aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorLiu Gang <Gang.Liu@nxp.com>2016-01-12 20:10:09 +0800
committerLinus Walleij <linus.walleij@linaro.org>2016-01-28 10:56:47 +0100
commit5df7fd46b70bcc5517dcfbd433719cea9ebe5eff (patch)
tree5309483ffb0607f5f30f215cb5559efd7ea18586 /drivers/gpio/Kconfig
parentgpio-f7188x: Add F81866 GPIO supports (diff)
downloadlinux-dev-5df7fd46b70bcc5517dcfbd433719cea9ebe5eff.tar.xz
linux-dev-5df7fd46b70bcc5517dcfbd433719cea9ebe5eff.zip
gpio/qoriq: Add qoriq platforms support
The gpio-mpc8xxx.c should can support qoriq and Layerscape platforms. Signed-off-by: Liu Gang <Gang.Liu@nxp.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig8
1 files changed, 5 insertions, 3 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index f9f52ec549b7..00f17673e7e0 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -281,12 +281,14 @@ config GPIO_MPC5200
depends on PPC_MPC52xx
config GPIO_MPC8XXX
- bool "MPC512x/MPC8xxx GPIO support"
+ bool "MPC512x/MPC8xxx/QorIQ GPIO support"
depends on PPC_MPC512x || PPC_MPC831x || PPC_MPC834x || PPC_MPC837x || \
- FSL_SOC_BOOKE || PPC_86xx
+ FSL_SOC_BOOKE || PPC_86xx || ARCH_LAYERSCAPE || ARM || \
+ COMPILE_TEST
+ select GPIO_GENERIC
help
Say Y here if you're going to use hardware that connects to the
- MPC512x/831x/834x/837x/8572/8610 GPIOs.
+ MPC512x/831x/834x/837x/8572/8610/QorIQ GPIOs.
config GPIO_MVEBU
def_bool y