aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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