The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_GROVE_LIGHT_SENSOR_NAME

Driver name

Type: string

Help

Specify the device name with which the sensor is identified.

Direct dependencies

GROVE_LIGHT_SENSOR && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/grove/Kconfig:17

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:62drivers/sensor/Kconfig:60

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

config GROVE_LIGHT_SENSOR_NAME
    string
    prompt "Driver name" if GROVE_LIGHT_SENSOR && SENSOR
    default "GROVE_LIGHT_SENSOR" if GROVE_LIGHT_SENSOR && SENSOR
    depends on GROVE_LIGHT_SENSOR && SENSOR
    help
      Specify the device name with which the sensor is identified.

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