aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiu Gang <Gang.Liu@nxp.com>2016-01-12 07:10:09 -0500
committerLinus Walleij <linus.walleij@linaro.org>2016-01-28 04:56:47 -0500
commit5df7fd46b70bcc5517dcfbd433719cea9ebe5eff (patch)
tree5309483ffb0607f5f30f215cb5559efd7ea18586
parent1920906f59652b9ac45dff69d56044a98b11233b (diff)
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>
-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
281 depends on PPC_MPC52xx 281 depends on PPC_MPC52xx
282 282
283config GPIO_MPC8XXX 283config GPIO_MPC8XXX
284 bool "MPC512x/MPC8xxx GPIO support" 284 bool "MPC512x/MPC8xxx/QorIQ GPIO support"
285 depends on PPC_MPC512x || PPC_MPC831x || PPC_MPC834x || PPC_MPC837x || \ 285 depends on PPC_MPC512x || PPC_MPC831x || PPC_MPC834x || PPC_MPC837x || \
286 FSL_SOC_BOOKE || PPC_86xx 286 FSL_SOC_BOOKE || PPC_86xx || ARCH_LAYERSCAPE || ARM || \
287 COMPILE_TEST
288 select GPIO_GENERIC
287 help 289 help
288 Say Y here if you're going to use hardware that connects to the 290 Say Y here if you're going to use hardware that connects to the
289 MPC512x/831x/834x/837x/8572/8610 GPIOs. 291 MPC512x/831x/834x/837x/8572/8610/QorIQ GPIOs.
290 292
291config GPIO_MVEBU 293config GPIO_MVEBU
292 def_bool y 294 def_bool y