The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_AMG88XX_GPIO_DEV_NAME

GPIO device

Type: string

Help

The GPIO device’s name where the AMG88XX interrupt (alert) pin is connected.

Direct dependencies

AMG88XX_TRIGGER && AMG88XX && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/amg88xx/Kconfig:63

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

Menu path: (top menu) → Device Drivers → Sensor Drivers → AMG88XX Infrared Thermopile Sensor

config AMG88XX_GPIO_DEV_NAME
    string
    prompt "GPIO device" if AMG88XX_TRIGGER && AMG88XX && SENSOR
    default "GPIO_0" if AMG88XX_TRIGGER && AMG88XX && SENSOR
    depends on AMG88XX_TRIGGER && AMG88XX && SENSOR
    help
      The GPIO device's name where the AMG88XX interrupt (alert) pin is
      connected.

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