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

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 drivers/gpio/Kconfig.stmpe1600:6

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:36drivers/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.)