From patchwork Mon Jul 15 21:23:14 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ezequiel Garcia X-Patchwork-Id: 57553 Received: from vger.kernel.org ([209.132.180.67]) by www.linuxtv.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hn8S9-0000cg-N4; Mon, 15 Jul 2019 21:24:10 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730467AbfGOVYI (ORCPT + 1 other); Mon, 15 Jul 2019 17:24:08 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:52806 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730076AbfGOVYI (ORCPT ); Mon, 15 Jul 2019 17:24:08 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: ezequiel) with ESMTPSA id C9C4A28B679 From: Ezequiel Garcia To: Hans Verkuil Cc: kernel@collabora.com, linux-media@vger.kernel.org, Helen Koike , Ezequiel Garcia Subject: [PATCH 0/2] Some cleanups for ancillary drivers autoselect Date: Mon, 15 Jul 2019 18:23:14 -0300 Message-Id: <20190715212316.352-1-ezequiel@collabora.com> X-Mailer: git-send-email 2.22.0 MIME-Version: 1.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Hi Mauro, Hans: While developing the Rockchip ISP1 driver Helen and I noticed that the MEDIA_SUBDRV_AUTOSELECT option was a bit confusing, hiding some menu options, preventing us from jumping to sensor drivers via the numbered menuconfig shortcuts. Then, I noticed a user on IRC falling on the same trap, and so decided the problem was common enough it was worth a try. Thanks! Eze Ezequiel Garcia (2): media: Don't default-enable "ancillary driver autoselect" if EMBEDDED media: Don't hide any menu if "ancillary drivers autoselect" is enabled drivers/media/Kconfig | 2 +- drivers/media/dvb-frontends/Kconfig | 1 - drivers/media/i2c/Kconfig | 1 - drivers/media/spi/Kconfig | 1 - drivers/media/tuners/Kconfig | 1 - 5 files changed, 1 insertion(+), 5 deletions(-)