:orphan: .. title:: choice: Full scale lux range .. _choice_303: .. describe:: choice: Full scale lux range *Full scale lux range* Type: ``bool`` Help ==== .. code-block:: none Maximum allowable lux value. Lower range values offer better resolution. Direct dependencies =================== \ :kconfig:`ISL29035 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`ISL29035_LUX_RANGE_1K ` Choice options ============== - \ :kconfig:`ISL29035_LUX_RANGE_1K ` - \ :kconfig:`ISL29035_LUX_RANGE_4K ` - \ :kconfig:`ISL29035_LUX_RANGE_16K ` - \ :kconfig:`ISL29035_LUX_RANGE_64K ` Kconfig definition ================== At ``/sensor/isl29035/Kconfig:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:119`` Menu path: (Top) → Device Drivers → Sensor Drivers → ISL29035 light sensor .. code-block:: kconfig choice bool "Full scale lux range" default ISL29035_LUX_RANGE_1K depends on ISL29035 && SENSOR help Maximum allowable lux value. Lower range values offer better resolution. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*