:orphan: .. title:: choice: Integration time .. _choice_389: .. describe:: choice: Integration time *Integration time* Type: ``bool`` Help ==== .. code-block:: none The sampling period of the internal ADC of the light sensor. Lower integration time values mean lower ADC resolution. Direct dependencies =================== \ :kconfig:`ISL29035 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`ISL29035_INTEGRATION_TIME_105K ` Choice options ============== - \ :kconfig:`ISL29035_INTEGRATION_TIME_26 ` - \ :kconfig:`ISL29035_INTEGRATION_TIME_410 ` - \ :kconfig:`ISL29035_INTEGRATION_TIME_6500 ` - \ :kconfig:`ISL29035_INTEGRATION_TIME_105K ` Kconfig definition ================== At ``/sensor/isl29035/Kconfig:41`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:117`` Menu path: (Top) → Device Drivers → Sensor Drivers → ISL29035 light sensor .. code-block:: kconfig choice bool "Integration time" default ISL29035_INTEGRATION_TIME_105K depends on ISL29035 && SENSOR help The sampling period of the internal ADC of the light sensor. Lower integration time values mean lower ADC resolution. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*