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