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

CONFIG_GPIO_MCP23XXX

(No prompt – not directly user assignable.)

Type: bool

Help

Enable support for the Microchip 23xxx I2C/SPI IO
expanders.

Direct dependencies

GPIO

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At drivers/gpio/Kconfig.mcp23xxx:10

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:36drivers/gpio/Kconfig:38

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

config GPIO_MCP23XXX
    bool
    depends on GPIO
    help
      Enable support for the Microchip 23xxx I2C/SPI IO
      expanders.

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