From: Lecopzer Chen Date: Mon, 16 May 2022 17:15:15 +0000 (+0800) Subject: media: Kconfig: Make DVB_CORE=m possible when MEDIA_SUPPORT=y X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7655c342dbc47a0781a793d91600ededff3b3a51;p=linux.git media: Kconfig: Make DVB_CORE=m possible when MEDIA_SUPPORT=y A case that CONFIG_MEDIA_SUPPORT is y but we need DVB_CORE=m, and this doesn't work since DVB_CORE is default MEDIA_DIGITAL_TV_SUPPORT and then follows MEDIA_SUPPORT. Signed-off-by: Hans Verkuil Signed-off-by: Lecopzer Chen --- diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig index 283b78b5766ea..6abc9302cd84d 100644 --- a/drivers/media/Kconfig +++ b/drivers/media/Kconfig @@ -182,7 +182,7 @@ config MEDIA_CONTROLLER # config DVB_CORE - tristate + tristate "DVB Core" depends on MEDIA_DIGITAL_TV_SUPPORT depends on (I2C || I2C=n) default MEDIA_DIGITAL_TV_SUPPORT