aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/Kconfig
diff options
context:
space:
mode:
authorSebastian Reichel <sebastian.reichel@collabora.co.uk>2017-05-15 11:24:29 +0200
committerLinus Walleij <linus.walleij@linaro.org>2017-05-23 09:47:52 +0200
commit25ca1cea7836ec26d76cc6fe89419b674e23c727 (patch)
tree70083b71edcc92ba5331393c09a79083ac23d14a /drivers/pinctrl/Kconfig
parentpinctrl: mcp23s08: switch to regmap caching (diff)
downloadlinux-dev-25ca1cea7836ec26d76cc6fe89419b674e23c727.tar.xz
linux-dev-25ca1cea7836ec26d76cc6fe89419b674e23c727.zip
pinctrl: mcp23s08: drop OF_GPIO dependency
The driver compiles & works perfectly fine without OF_GPIO on x86, so lets drop the dependency. Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/Kconfig')
-rw-r--r--drivers/pinctrl/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index 1dabd1d79c1d..1c80b970554e 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -148,7 +148,6 @@ config PINCTRL_FALCON
config PINCTRL_MCP23S08
tristate "Microchip MCP23xxx I/O expander"
- depends on OF_GPIO
depends on SPI_MASTER || I2C
select GPIOLIB_IRQCHIP
select REGMAP_I2C if I2C