summaryrefslogtreecommitdiff
path: root/arch/arm/configs/sunxi_defconfig
diff options
context:
space:
mode:
authorMaxime Ripard <maxime@cerno.tech>2020-07-05 11:19:00 +0200
committerMaxime Ripard <maxime@cerno.tech>2020-07-06 15:11:47 +0200
commita40406fa85a70f7ed5cf026df57d339be8a30d25 (patch)
tree85d8635fb68c411645f60a62f50e8a5f1a33f921 /arch/arm/configs/sunxi_defconfig
parent4ac048266b734e1ecad6c32f94ea3741f6357510 (diff)
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 <maxime@cerno.tech> Link: https://lore.kernel.org/r/20200705091904.42795-3-maxime@cerno.tech Acked-by: Chen-Yu Tsai <wens@csie.org>
Diffstat (limited to 'arch/arm/configs/sunxi_defconfig')
-rw-r--r--arch/arm/configs/sunxi_defconfig3
1 files changed, 3 insertions, 0 deletions
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