Skip to content

Commit

Permalink
media: Kconfig: Make DVB_CORE=m possible when MEDIA_SUPPORT=y
Browse files Browse the repository at this point in the history
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 <hverkuil-cisco@xs4all.nl>
Signed-off-by: Lecopzer Chen <lecopzer.chen@mediatek.com>
  • Loading branch information
Lecopzer Chen authored and intel-lab-lkp committed May 13, 2022
1 parent be938c7 commit a487d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/Kconfig
Expand Up @@ -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
Expand Down

0 comments on commit a487d91

Please sign in to comment.