aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2017-05-23 09:52:40 +0200
committerLinus Walleij <linus.walleij@linaro.org>2017-05-23 09:52:40 +0200
commit350fe5ee49f4b94c5ef4164b41cd7a21ec8d8151 (patch)
tree0dda7e9073de8cf9f53089fc72f02ea393e7dbe5 /drivers/gpio/Kconfig
parentgpio: xra1403: Add XRA1403 support to MAINTAINERS file (diff)
parentpinctrl: mcp23s08: fix comment for mcp23s08_platform_data.base (diff)
downloadlinux-dev-350fe5ee49f4b94c5ef4164b41cd7a21ec8d8151.tar.xz
linux-dev-350fe5ee49f4b94c5ef4164b41cd7a21ec8d8151.zip
Merge branch 'mcp23s08' of /home/linus/linux-pinctrl into devel
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig17
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