Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] tuners: Make all TV tuners visible if COMPILE_TEST=y

Make the TV tuners menu visible when compile-testing, to allow
selecting additional drivers on top of the drivers that are already
automatically selected if MEDIA_SUBDRV_AUTOSELECT is enabled.

Without this, many drivers stay disabled during e.g. allmodconfig.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>

authored by

Geert Uytterhoeven and committed by
Mauro Carvalho Chehab
8278780e fa9163b5

+1 -1
+1 -1
drivers/media/tuners/Kconfig
··· 15 15 select MEDIA_TUNER_MC44S803 if MEDIA_SUBDRV_AUTOSELECT 16 16 17 17 menu "Customize TV tuners" 18 - visible if !MEDIA_SUBDRV_AUTOSELECT 18 + visible if !MEDIA_SUBDRV_AUTOSELECT || COMPILE_TEST 19 19 depends on MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT || MEDIA_RADIO_SUPPORT || MEDIA_SDR_SUPPORT 20 20 21 21 config MEDIA_TUNER_SIMPLE