File tree Expand file tree Collapse file tree 4 files changed +713
-0
lines changed Expand file tree Collapse file tree 4 files changed +713
-0
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ zephyr_library_sources_ifdef(CONFIG_VIDEO_MT9M114 mt9m114.c)
10
10
zephyr_library_sources_ifdef (CONFIG_VIDEO_OV7725 ov7725.c )
11
11
zephyr_library_sources_ifdef (CONFIG_VIDEO_OV2640 ov2640.c )
12
12
zephyr_library_sources_ifdef (CONFIG_VIDEO_STM32_DCMI video_stm32_dcmi.c )
13
+ zephyr_library_sources_ifdef (CONFIG_VIDEO_OV5640 ov5640.c )
Original file line number Diff line number Diff line change @@ -43,4 +43,6 @@ source "drivers/video/Kconfig.ov2640"
43
43
44
44
source "drivers/video/Kconfig.stm32_dcmi"
45
45
46
+ source "drivers/video/Kconfig.ov5640"
47
+
46
48
endif # VIDEO
Original file line number Diff line number Diff line change
1
+ # OV5640
2
+
3
+ # Copyright 2024 NXP
4
+ # SPDX-License-Identifier: Apache-2.0
5
+
6
+ config VIDEO_OV5640
7
+ bool "OV5640 CMOS digital image sensor"
8
+ select I2C
9
+ depends on DT_HAS_OVTI_OV5640_ENABLED
10
+ default y
11
+ help
12
+ Enable driver for OV5640 CMOS digital image sensor device
You can’t perform that action at this time.
0 commit comments