Skip to content

Commit 4ac0482

Browse files
committed
ARM: configs: sunxi: Enable the CSI drivers
We've had CSI drivers for the older and newer SoCs 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 c73720e commit 4ac0482

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm/configs/sunxi_defconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ CONFIG_RC_CORE=y
9393
CONFIG_RC_DEVICES=y
9494
CONFIG_IR_SUNXI=y
9595
CONFIG_MEDIA_SUPPORT=y
96+
CONFIG_MEDIA_PLATFORM_SUPPORT=y
97+
CONFIG_V4L_PLATFORM_DRIVERS=y
98+
CONFIG_VIDEO_SUN4I_CSI=y
99+
CONFIG_VIDEO_SUN6I_CSI=y
96100
CONFIG_DRM=y
97101
CONFIG_DRM_SUN4I=y
98102
CONFIG_DRM_SIMPLE_BRIDGE=y

0 commit comments

Comments
 (0)