]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: configs: multi_v5_defconfig: re-enable CONFIG_V4L_PLATFORM_DRIVERS
authorAndre Przywara <andre.przywara@arm.com>
Thu, 17 Mar 2022 18:30:40 +0000 (18:30 +0000)
committerArnd Bergmann <arnd@arndb.de>
Sat, 19 Mar 2022 21:34:41 +0000 (22:34 +0100)
commit2bc91088bf6377065c5a980f1392210b94f8aab3
tree3687b0473f438122c266a9f5da90dacae07b1ff6
parente728464d61c0aca882ef2a86bae40d66969e4020
ARM: configs: multi_v5_defconfig: re-enable CONFIG_V4L_PLATFORM_DRIVERS

Commit 16455237b50c ("media: Kconfig: add an option to filter in/out
platform drivers") introduced CONFIG_MEDIA_PLATFORM_SUPPORT, to allow
more fine grained control over the inclusion of certain Kconfig files.
multi_v5_defconfig was selecting some drivers described in
drivers/media/platform/Kconfig, which now wasn't included anymore.

Explicitly set the new symbol in multi_v5_defconfig to bring those
drivers back.
This enables some new V4L2 and VIDEOBUF2 features, but as modules only.

Fixes: 16455237b50c ("media: Kconfig: add an option to filter in/out platform drivers")
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Link: https://lore.kernel.org/r/20220317183043.948432-3-andre.przywara@arm.com'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/configs/multi_v5_defconfig