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

Maxime Ripard maxime at cerno.tech
Sun Jul 5 05:19:00 EDT 2020


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 at cerno.tech>
---
 arch/arm/configs/sunxi_defconfig | 3 +++
 1 file changed, 3 insertions(+)

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
-- 
2.26.2




More information about the linux-arm-kernel mailing list