CONFIG_ADT7420_GPIO_DEV_NAME

GPIO device

Type: string

Help

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

Direct dependencies

ADT7420_TRIGGER && !HAS_DTS_GPIO_DEVICE && ADT7420 && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/adt7420/Kconfig:88

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:64drivers/sensor/Kconfig:38

Menu path: (top menu) → Device Drivers → Sensor Drivers → ADT7420 Temperature Sensor

config ADT7420_GPIO_DEV_NAME
    string
    prompt "GPIO device" if ADT7420_TRIGGER && !HAS_DTS_GPIO_DEVICE && ADT7420 && SENSOR
    default "GPIO_0" if ADT7420_TRIGGER && !HAS_DTS_GPIO_DEVICE && ADT7420 && SENSOR
    depends on ADT7420_TRIGGER && !HAS_DTS_GPIO_DEVICE && ADT7420 && SENSOR
    help
      The GPIO device's name where the ADT7420 interrupt (alert) pin is
      connected.

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