CONFIG_GPIO_STMPE1600

STMPE1600 I2C-based GPIO chip

Type: bool

Help

Enable driver for STMPE1600 I2C-based GPIO chip.

Direct dependencies

I2C && GPIO

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/gpio/Kconfig.stmpe1600:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:40<Zephyr>/drivers/Kconfig:34<Zephyr>/drivers/gpio/Kconfig:98

Menu path: (Top) → Device Drivers → GPIO Drivers

menuconfig GPIO_STMPE1600
    bool "STMPE1600 I2C-based GPIO chip"
    depends on I2C && GPIO
    help
      Enable driver for STMPE1600 I2C-based GPIO chip.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)