The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_SX9500_PROX_CHANNEL

Proximity channel to use

Type: int

Help

The SX9500 offers 4 separate proximity channels. Choose which one you are using. Valid numbers are 0 to 3.

Direct dependencies

SX9500 && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/sx9500/Kconfig:34

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

Menu path: (top menu) → Device Drivers → Sensor Drivers → SX9500 I2C SAR Proximity Chip

config SX9500_PROX_CHANNEL
    int
    prompt "Proximity channel to use" if SX9500 && SENSOR
    default 3 if SX9500 && SENSOR
    depends on SX9500 && SENSOR
    help
      The SX9500 offers 4 separate proximity channels.  Choose which one
      you are using.  Valid numbers are 0 to 3.

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