CONFIG_VIDEO_OV2640¶
OV2640 CMOS digital image sensor
Type: bool
Help¶
Enable driver for OV2640 CMOS digital image sensor device.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/video/Kconfig.ov2640:6
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:98
→ drivers/video/Kconfig:42
Menu path: (Top) → Device Drivers → VIDEO hardware support
config VIDEO_OV2640
bool "OV2640 CMOS digital image sensor"
depends on I2C && VIDEO
help
Enable driver for OV2640 CMOS digital image sensor device.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)