:orphan: .. title:: GROVE_LIGHT_SENSOR .. option:: CONFIG_GROVE_LIGHT_SENSOR *Enable the Seeed Grove Light Sensor* Type: ``bool`` Help ==== Setting this value will enable driver support for the Grove Light Sensor. Direct dependencies =================== \ :option:`ADC ` && !\ :option:`MINIMAL_LIBC ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/grove/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:85`` Menu path: (Top) → Device Drivers → Sensor Drivers .. parsed-literal:: config GROVE_LIGHT_SENSOR bool "Enable the Seeed Grove Light Sensor" depends on \ :option:`ADC ` && !\ :option:`MINIMAL_LIBC ` && \ :option:`SENSOR ` help Setting this value will enable driver support for the Grove Light Sensor. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*