diff mbox series

[3/7] ARM: configs: sunxi: Enable the deinterlace and rotation engines

Message ID 20200705091904.42795-3-maxime@cerno.tech (mailing list archive)
State Mainlined
Commit a40406fa85a70f7ed5cf026df57d339be8a30d25
Headers show
Series [1/7] ARM: configs: sunxi: Run savedefconfig | expand

Commit Message

Maxime Ripard July 5, 2020, 9:19 a.m. UTC
We've had drivers for the deinterlace and rotation engines for a while now,
let's enable them in the defconfig.

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
---
 arch/arm/configs/sunxi_defconfig | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig
index 45dd6fabc1cb..09cf2ab06a3d 100644
--- a/arch/arm/configs/sunxi_defconfig
+++ b/arch/arm/configs/sunxi_defconfig
@@ -97,6 +97,9 @@  CONFIG_MEDIA_PLATFORM_SUPPORT=y
 CONFIG_V4L_PLATFORM_DRIVERS=y
 CONFIG_VIDEO_SUN4I_CSI=y
 CONFIG_VIDEO_SUN6I_CSI=y
+CONFIG_V4L_MEM2MEM_DRIVERS=y
+CONFIG_VIDEO_SUN8I_DEINTERLACE=y
+CONFIG_VIDEO_SUN8I_ROTATE=y
 CONFIG_DRM=y
 CONFIG_DRM_SUN4I=y
 CONFIG_DRM_SIMPLE_BRIDGE=y