CONFIG_ISL29035_NAME

Driver name

Type: string

Help

Device name with which the ISL29035 sensor is identified.

Direct dependencies

ISL29035 && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/isl29035/Kconfig:15

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:64drivers/sensor/Kconfig:78

Menu path: (top menu) → Device Drivers → Sensor Drivers → ISL29035 light sensor

config ISL29035_NAME
    string
    prompt "Driver name" if ISL29035 && SENSOR
    default "ISL29035" if ISL29035 && SENSOR
    depends on ISL29035 && SENSOR
    help
      Device name with which the ISL29035 sensor is identified.

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