CONFIG_GPIO_MCP23SXX

MCP23SXX SPI-based GPIO chip

Type: bool

Help

Enable driver for MCP23SXX SPI-based GPIO chip.

Direct dependencies

SPI && GPIO

(Includes any dependencies from ifs and menus.)

Default

  • n

Symbols selected by this symbol

Kconfig definition

At <Driver>/gpio/Kconfig.mcp23xxx:34

Included via Kconfig:8Kconfig.zephyr:42<Driver>/Kconfig:36<Driver>/gpio/Kconfig:38

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

menuconfig GPIO_MCP23SXX
    bool "MCP23SXX SPI-based GPIO chip"
    default n
    select GPIO_MCP23XXX
    depends on SPI && GPIO
    help
      Enable driver for MCP23SXX SPI-based GPIO chip.

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