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