both DVB_CORE and VIDEO_DEV already depends on MEDIA_SUPPORT, as they're below an if block. So, remove this double dependency. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> --- drivers/media/Kconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig index c900263438a7..2a69b8024a0f 100644 --- a/drivers/media/Kconfig +++ b/drivers/media/Kconfig @@ -156,7 +156,6 @@ menu "Media core support" config VIDEO_DEV tristate "Video4Linux core" - depends on MEDIA_SUPPORT default MEDIA_CAMERA_SUPPORT || MEDIA_ANALOG_TV_SUPPORT || MEDIA_RADIO_SUPPORT || MEDIA_SDR_SUPPORT || MEDIA_PLATFORM_SUPPORT help Enables the V4L2 API, used by cameras, analog TV, video grabbers, @@ -173,7 +172,6 @@ config MEDIA_CONTROLLER config DVB_CORE tristate "Digital TV core" - depends on MEDIA_SUPPORT default MEDIA_DIGITAL_TV_SUPPORT depends on (I2C || I2C=n) select CRC32 -- 2.25.1