From: Geert Uytterhoeven Date: Mon, 29 Jun 2015 13:46:48 +0000 (-0300) Subject: [media] i2c: Make all i2c devices visible if COMPILE_TEST=y X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5cc596c66fe7c725ec049ae2093e7242034c97d6;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git [media] i2c: Make all i2c devices visible if COMPILE_TEST=y Make the i2c devices 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 Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig index 0e0490d60e7e..d669547604cd 100644 --- a/drivers/media/i2c/Kconfig +++ b/drivers/media/i2c/Kconfig @@ -22,7 +22,7 @@ config VIDEO_IR_I2C # menu "Encoders, decoders, sensors and other helper chips" - visible if !MEDIA_SUBDRV_AUTOSELECT + visible if !MEDIA_SUBDRV_AUTOSELECT || COMPILE_TEST comment "Audio decoders, processors and mixers"