ANDROID: gki_defconfig: Enable MEDIA_SUPPORT_FILTER

Since commit c6774ee035 ("media: Kconfig: make filtering devices
optional"), a lot of options default to =y or =m if MEDIA_SUPPORT_FILTER
is not set. For instance, the current gki_defconfig builds a lot of
media tuner drivers as modules, without explicitly mentioning them. As
such, all these risk to be mistaken as GKI modules, even though we really
don't care.

Enable MEDIA_SUPPORT_FILTER to revert to the defaults we had in previous
android kernels.

Bug: 158655966
Signed-off-by: Quentin Perret <qperret@google.com>
Change-Id: I0f4ae305f43f88736d0a94bdf006f33aad7cf5c4
This commit is contained in:
Quentin Perret 2020-08-05 14:34:10 +01:00
parent 2dd0c52963
commit 4467f11504
2 changed files with 2 additions and 0 deletions

View File

@ -320,6 +320,7 @@ CONFIG_MFD_ACT8945A=y
CONFIG_MFD_SYSCON=y
CONFIG_REGULATOR=y
CONFIG_REGULATOR_FIXED_VOLTAGE=y
CONFIG_MEDIA_SUPPORT_FILTER=y
# CONFIG_VGA_ARB is not set
CONFIG_DRM=y
# CONFIG_DRM_FBDEV_EMULATION is not set

View File

@ -281,6 +281,7 @@ CONFIG_WATCHDOG_CORE=y
CONFIG_MFD_SYSCON=y
CONFIG_REGULATOR=y
CONFIG_REGULATOR_FIXED_VOLTAGE=y
CONFIG_MEDIA_SUPPORT_FILTER=y
CONFIG_DRM=y
# CONFIG_DRM_FBDEV_EMULATION is not set
CONFIG_BACKLIGHT_CLASS_DEVICE=y