FROMLIST: media: Kconfig: Fix DVB_CORE can't be selected as module

The DVB_CORE now depends on MEDIA_DIGITAL_TV_SUPPORT and
default MEDIA_DIGITAL_TV_SUPPORT, and this makes it can never be =m
since the type of MEDIA_DIGITAL_TV_SUPPORT is bool.

Change MEDIA_DIGITAL_TV_SUPPORT to tristate so it's possible to set
DVB_CORE as =m.

Link: https://lore.kernel.org/lkml/20210608101451.9301-1-lecopzer.chen@mediatek.com/
Bug: 189516917
Signed-off-by: Lecopzer Chen <lecopzer.chen@mediatek.com>
Change-Id: I3e62e9f6b0e3e42b3ce8b7d179266700bb25e6a0
This commit is contained in:
Lecopzer Chen
2021-06-02 17:49:58 +08:00
committed by Greg Kroah-Hartman
parent 0451e8af91
commit 79258e28eb

View File

@@ -87,7 +87,7 @@ config MEDIA_ANALOG_TV_SUPPORT
will disable support for them.
config MEDIA_DIGITAL_TV_SUPPORT
bool "Digital TV"
tristate "Digital TV"
default y if !MEDIA_SUPPORT_FILTER
help
Enable digital TV support.