CONFIG_GPIO_STMPE1600¶
STMPE1600 I2C-based GPIO chip
Type: bool
Help¶
Enable driver for STMPE1600 I2C-based GPIO chip.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Driver>/gpio/Kconfig.stmpe1600:6
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:36 → <Zephyr Driver>/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.)