:orphan: .. title:: MAX44009 .. option:: CONFIG_MAX44009 *MAX44009 Light Sensor* Type: ``bool`` Help ==== Enable driver for MAX44009 light sensors. Direct dependencies =================== \ :option:`I2C ` && \ :option:`SENSOR ` *(Includes any dependencies from if's and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/max44009/Kconfig:9`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:64`` → ``drivers/sensor/Kconfig:102`` Menu path: (top menu) → Device Drivers → Sensor Drivers .. parsed-literal:: menuconfig MAX44009 bool prompt "MAX44009 Light Sensor" if \ :option:`I2C ` && \ :option:`SENSOR ` depends on \ :option:`I2C ` && \ :option:`SENSOR ` help Enable driver for MAX44009 light sensors. *(Definitions include propagated dependencies, including from if's and menus.)*