| # MCP23S17 GPIO configuration options |
| # Copyright (c) 2021 metraTec GmbH |
| # SPDX-License-Identifier: Apache-2.0 |
| Enable support for the Microchip 23xxx I2C/SPI IO |
| bool "MCP230XX I2C-based GPIO chip" |
| depends on DT_HAS_MICROCHIP_MCP230XX_ENABLED |
| Enable driver for MCP230XX I2C-based GPIO chip. |
| config GPIO_MCP230XX_INIT_PRIORITY |
| int "MCP230XX GPIO expander init priority" |
| Device driver initialization priority. |
| bool "MCP23SXX SPI-based GPIO chip" |
| depends on DT_HAS_MICROCHIP_MCP23SXX_ENABLED |
| Enable driver for MCP23SXX SPI-based GPIO chip. |
| config GPIO_MCP23SXX_INIT_PRIORITY |
| int "MCP23SXX GPIO expander init priority" |
| Device driver initialization priority. |