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

ADC && !MINIMAL_LIBC && GROVE_SENSORS && SENSOR

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr Driver>/sensor/grove/Kconfig:13

Included via Kconfig:8Kconfig.zephyr:42<Zephyr Driver>/Kconfig:64<Zephyr Driver>/sensor/Kconfig:91

Menu path: (Top) → Device Drivers → Sensor Drivers → Seeed Grove sensors support

config GROVE_LIGHT_SENSOR
    bool "Enable the Seeed Grove Light Sensor"
    depends on ADC && !MINIMAL_LIBC && GROVE_SENSORS && 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.)