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

SENSOR && GROVE && ADC && NEWLIB_LIBC

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/grove/Kconfig:45

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:30

Menu path: (top menu) → Device Drivers → Grove Device Drivers

config GROVE_LIGHT_SENSOR
    bool
    prompt "Enable the Seeed Grove Light Sensor" if SENSOR && GROVE && ADC && NEWLIB_LIBC
    depends on SENSOR && GROVE && ADC && NEWLIB_LIBC
    help
      Setting this value will enable driver support for the Grove Light
      Sensor.

(Definitions include propagated dependencies, including from if’s and menus.)