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

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

Defaults

Kconfig definition

At drivers/grove/Kconfig:52

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

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

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

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