diff options
author | Max Krummenacher <max.oss.09@gmail.com> | 2020-04-27 16:40:02 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2020-05-14 01:14:38 +0300 |
commit | 39572dd33b780e49077a0db038e4e38604719094 (patch) | |
tree | 957c5a0122bdaae08aefa9be150f319d88685974 /arch/arm64/configs | |
parent | c226669674c2a1665ada2f4bf7c0ddf6cda0d02e (diff) | |
download | linux-39572dd33b780e49077a0db038e4e38604719094.tar.xz |
arm64: defconfig: add MEDIA_PLATFORM_SUPPORT
Commit 06b93644f4d1 ("media: Kconfig: add an option to filter in/out
platform drivers") adds a new Kconfig symbol which now hides drivers
currently enabled in the arm64 defconfig. Enable it to get those
drivers back.
Link: https://lore.kernel.org/r/20200427134003.45188-5-max.krummenacher@toradex.com
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 4a361734cfc7..03d0189f7d68 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -567,6 +567,7 @@ CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y CONFIG_MEDIA_SDR_SUPPORT=y CONFIG_MEDIA_CONTROLLER=y CONFIG_VIDEO_V4L2_SUBDEV_API=y +CONFIG_MEDIA_PLATFORM_SUPPORT=y # CONFIG_DVB_NET is not set CONFIG_MEDIA_USB_SUPPORT=y CONFIG_USB_VIDEO_CLASS=m |