The latest development version of this page may be more current than this released 1.14.1 version.
choice: Full scale lux range

Full scale lux range

Type: bool

Help

Maximum allowable lux value. Lower range values offer better resolution.

Direct dependencies

ISL29035 && SENSOR

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

Kconfig definition

At drivers/sensor/isl29035/Kconfig:36

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

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

choice
    bool
    prompt "Full scale lux range" if ISL29035 && SENSOR
    default ISL29035_LUX_RANGE_1K if ISL29035 && SENSOR
    depends on ISL29035 && SENSOR
    help
      Maximum allowable lux value. Lower range values offer better
      resolution.

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