aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index d539efd96d4..4744cf246d4 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -103,6 +103,14 @@ config GPIO_MPC5200
103 def_bool y 103 def_bool y
104 depends on PPC_MPC52xx 104 depends on PPC_MPC52xx
105 105
106config GPIO_MPC8XXX
107 bool "MPC512x/MPC8xxx GPIO support"
108 depends on PPC_MPC512x || PPC_MPC831x || PPC_MPC834x || PPC_MPC837x || \
109 FSL_SOC_BOOKE || PPC_86xx
110 help
111 Say Y here if you're going to use hardware that connects to the
112 MPC512x/831x/834x/837x/8572/8610 GPIOs.
113
106config GPIO_MSM_V1 114config GPIO_MSM_V1
107 tristate "Qualcomm MSM GPIO v1" 115 tristate "Qualcomm MSM GPIO v1"
108 depends on GPIOLIB && ARCH_MSM 116 depends on GPIOLIB && ARCH_MSM