Skip to content

Commit c60fed1

Browse files
ambarusldesroches
authored andcommitted
ARM: at91: sama5: make ov2640 as a module
OV2640 is a detachable camera that we use to test the Image Sensor Interface. Make it as a module, it will reduce the kernel image size. Signed-off-by: Tudor Ambarus <[email protected]> Signed-off-by: Ludovic Desroches <[email protected]>
1 parent 3037271 commit c60fed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/configs/sama5_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ CONFIG_MEDIA_CAMERA_SUPPORT=y
150150
CONFIG_V4L_PLATFORM_DRIVERS=y
151151
CONFIG_SOC_CAMERA=y
152152
CONFIG_VIDEO_ATMEL_ISI=y
153-
CONFIG_SOC_CAMERA_OV2640=y
153+
CONFIG_SOC_CAMERA_OV2640=m
154154
CONFIG_DRM=y
155155
CONFIG_DRM_ATMEL_HLCDC=y
156156
CONFIG_DRM_PANEL_SIMPLE=y

0 commit comments

Comments
 (0)