Skip to content

Commit a40406f

Browse files
committed
ARM: configs: sunxi: Enable the deinterlace and rotation engines
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Acked-by: Chen-Yu Tsai <[email protected]>
1 parent 4ac0482 commit a40406f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/arm/configs/sunxi_defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ CONFIG_MEDIA_PLATFORM_SUPPORT=y
9797
CONFIG_V4L_PLATFORM_DRIVERS=y
9898
CONFIG_VIDEO_SUN4I_CSI=y
9999
CONFIG_VIDEO_SUN6I_CSI=y
100+
CONFIG_V4L_MEM2MEM_DRIVERS=y
101+
CONFIG_VIDEO_SUN8I_DEINTERLACE=y
102+
CONFIG_VIDEO_SUN8I_ROTATE=y
100103
CONFIG_DRM=y
101104
CONFIG_DRM_SUN4I=y
102105
CONFIG_DRM_SIMPLE_BRIDGE=y

0 commit comments

Comments
 (0)