diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2017-05-23 09:52:40 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-05-23 09:52:40 +0200 |
commit | 350fe5ee49f4b94c5ef4164b41cd7a21ec8d8151 (patch) | |
tree | 0dda7e9073de8cf9f53089fc72f02ea393e7dbe5 /drivers/gpio/Kconfig | |
parent | 39d2675a8bd48362577dfbe84b7b66024dd5176e (diff) | |
parent | 7f38c5b99779554d6c6e5043cfda848b967f2ca9 (diff) | |
download | linux-next-350fe5ee49f4b94c5ef4164b41cd7a21ec8d8151.tar.gz |
Merge branch 'mcp23s08' of /home/linus/linux-pinctrl into devel
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index dbde3ae03e74..75e64607b209 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -1232,23 +1232,6 @@ config GPIO_XRA1403 endmenu -menu "SPI or I2C GPIO expanders" - depends on (SPI_MASTER && !I2C) || I2C - -config GPIO_MCP23S08 - tristate "Microchip MCP23xxx I/O expander" - depends on OF_GPIO - select GPIOLIB_IRQCHIP - select REGMAP_I2C if I2C - select REGMAP if SPI_MASTER - help - SPI/I2C driver for Microchip MCP23S08/MCP23S17/MCP23008/MCP23017 - I/O expanders. - This provides a GPIO interface supporting inputs and outputs. - The I2C versions of the chips can be used as interrupt-controller. - -endmenu - menu "USB GPIO expanders" depends on USB |