summaryrefslogtreecommitdiff
path: root/arch/arm/configs/lpc32xx_defconfig
diff options
context:
space:
mode:
authorSebastian Reichel <sebastian.reichel@collabora.co.uk>2017-05-15 11:24:25 +0200
committerLinus Walleij <linus.walleij@linaro.org>2017-05-23 09:45:29 +0200
commit64ac43e6fa283f556f0a8f69ad52d6e7d550307d (patch)
tree37e5d6861226f304142d79ea6d9b42b8a90daa28 /arch/arm/configs/lpc32xx_defconfig
parent08332893e37af6ae779367e78e444f8f9571511d (diff)
gpio: mcp23s08: move to pinctrl
This moves the mcp23s08 driver from gpio to pinctrl. Actual pinctrl support for configuration of the pull-up resistors follows in its own patch. Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> Acked-by: Sylvain Lemieux <slemieux.tyco@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/configs/lpc32xx_defconfig')
-rw-r--r--arch/arm/configs/lpc32xx_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/lpc32xx_defconfig b/arch/arm/configs/lpc32xx_defconfig
index 6ba430d2b5b2..e15fa5f168bb 100644
--- a/arch/arm/configs/lpc32xx_defconfig
+++ b/arch/arm/configs/lpc32xx_defconfig
@@ -112,7 +112,7 @@ CONFIG_GPIO_SX150X=y
CONFIG_GPIO_74X164=y
CONFIG_GPIO_MAX7301=y
CONFIG_GPIO_MC33880=y
-CONFIG_GPIO_MCP23S08=y
+CONFIG_PINCTRL_MCP23S08=y
CONFIG_SENSORS_DS620=y
CONFIG_SENSORS_MAX6639=y
CONFIG_WATCHDOG=y