:orphan: .. title:: CONFIG_VIDEO_OV7725 .. kconfig:: CONFIG_VIDEO_OV7725 CONFIG_VIDEO_OV7725 ################### *OV7725 CMOS digital image sensor* Type: ``bool`` Help ==== .. code-block:: none Enable driver for OV7725 CMOS digital image sensor device. Direct dependencies =================== \ :kconfig:`I2C ` && \ :kconfig:`VIDEO ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/video/Kconfig.ov7725:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:98`` → ``/video/Kconfig:40`` Menu path: (Top) → Device Drivers → VIDEO hardware support .. code-block:: kconfig config VIDEO_OV7725 bool "OV7725 CMOS digital image sensor" depends on I2C && VIDEO help Enable driver for OV7725 CMOS digital image sensor device. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*