:orphan: .. title:: CONFIG_GPIO_MCP230XX .. kconfig:: CONFIG_GPIO_MCP230XX CONFIG_GPIO_MCP230XX #################### *MCP230XX I2C-based GPIO chip* Type: ``bool`` Help ==== .. code-block:: none Enable driver for MCP230XX I2C-based GPIO chip. Direct dependencies =================== \ :kconfig:`I2C ` && \ :kconfig:`GPIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Symbols selected by this symbol =============================== - \ :kconfig:`GPIO_MCP23XXX ` Kconfig definition ================== At ``/gpio/Kconfig.mcp23xxx:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:38`` Menu path: (Top) → Device Drivers → GPIO Drivers .. code-block:: kconfig menuconfig GPIO_MCP230XX bool "MCP230XX I2C-based GPIO chip" default n select GPIO_MCP23XXX depends on I2C && GPIO help Enable driver for MCP230XX I2C-based GPIO chip. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*