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

GPIO controller for SX9500 interrupt

Type: string

Help

Specify the device name of the GPIO controller the SX9500 interrupt is connected to.

Direct dependencies

SX9500_TRIGGER && SX9500 && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/sx9500/Kconfig:63

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_GPIO_CONTROLLER
    string
    prompt "GPIO controller for SX9500 interrupt" if SX9500_TRIGGER && SX9500 && SENSOR
    default "GPIO_0" if SX9500_TRIGGER && SX9500 && SENSOR
    depends on SX9500_TRIGGER && SX9500 && SENSOR
    help
      Specify the device name of the GPIO controller the SX9500 interrupt
      is connected to.

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