media: Kconfig: Make DVB_CORE=m possible when MEDIA_SUPPORT=y
authorLecopzer Chen <lecopzer.chen@mediatek.com>
Mon, 16 May 2022 17:15:15 +0000 (01:15 +0800)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Wed, 7 Dec 2022 16:58:46 +0000 (17:58 +0100)
commit7655c342dbc47a0781a793d91600ededff3b3a51
tree840b93ff80997145b07176d6ae3532e53d4a5940
parentd59014e76a4168547379bc5e167f2cd8a44d3679
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 <hverkuil-cisco@xs4all.nl>
Signed-off-by: Lecopzer Chen <lecopzer.chen@mediatek.com>
drivers/media/Kconfig