:orphan: .. title:: CONFIG_SX9500_PROX_CHANNEL .. kconfig:: CONFIG_SX9500_PROX_CHANNEL CONFIG_SX9500_PROX_CHANNEL ########################## *Proximity channel to use* Type: ``int`` Help ==== .. code-block:: none The SX9500 offers 4 separate proximity channels. Choose which one you are using. Valid numbers are 0 to 3. Direct dependencies =================== \ :kconfig:`SX9500 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 3 Kconfig definition ================== At ``/sensor/sx9500/Kconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:211`` Menu path: (Top) → Device Drivers → Sensor Drivers → SX9500 I2C SAR Proximity Chip .. code-block:: kconfig config SX9500_PROX_CHANNEL int "Proximity channel to use" default 3 depends on SX9500 && SENSOR help The SX9500 offers 4 separate proximity channels. Choose which one you are using. Valid numbers are 0 to 3. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*