aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2017-05-23 09:52:08 +0200
committerLinus Walleij <linus.walleij@linaro.org>2017-05-23 09:52:08 +0200
commitfe421052b3936739c720d1f771b8a60bb2c5011f (patch)
treea7a4008ee5fa6f495839021b6c3626f6d34b055f /drivers/gpio/Kconfig
parentMerge branch 'ingenic' into devel (diff)
parentpinctrl: mcp23s08: fix comment for mcp23s08_platform_data.base (diff)
downloadlinux-dev-fe421052b3936739c720d1f771b8a60bb2c5011f.tar.xz
linux-dev-fe421052b3936739c720d1f771b8a60bb2c5011f.zip
Merge branch 'mcp23s08' 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 45ed9acfd095..64bc995df191 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -1237,23 +1237,6 @@ config GPIO_PISOSR
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