aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig38
1 files changed, 20 insertions, 18 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index d539efd96d4b..8482a23887dc 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -95,14 +95,18 @@ config GPIO_EP93XX
95 depends on ARCH_EP93XX 95 depends on ARCH_EP93XX
96 select GPIO_GENERIC 96 select GPIO_GENERIC
97 97
98config GPIO_EXYNOS4
99 def_bool y
100 depends on CPU_EXYNOS4210
101
102config GPIO_MPC5200 98config GPIO_MPC5200
103 def_bool y 99 def_bool y
104 depends on PPC_MPC52xx 100 depends on PPC_MPC52xx
105 101
102config GPIO_MPC8XXX
103 bool "MPC512x/MPC8xxx GPIO support"
104 depends on PPC_MPC512x || PPC_MPC831x || PPC_MPC834x || PPC_MPC837x || \
105 FSL_SOC_BOOKE || PPC_86xx
106 help
107 Say Y here if you're going to use hardware that connects to the
108 MPC512x/831x/834x/837x/8572/8610 GPIOs.
109
106config GPIO_MSM_V1 110config GPIO_MSM_V1
107 tristate "Qualcomm MSM GPIO v1" 111 tristate "Qualcomm MSM GPIO v1"
108 depends on GPIOLIB && ARCH_MSM 112 depends on GPIOLIB && ARCH_MSM
@@ -131,18 +135,6 @@ config GPIO_MXS
131 select GPIO_GENERIC 135 select GPIO_GENERIC
132 select GENERIC_IRQ_CHIP 136 select GENERIC_IRQ_CHIP
133 137
134config GPIO_PLAT_SAMSUNG
135 def_bool y
136 depends on SAMSUNG_GPIOLIB_4BIT
137
138config GPIO_S5PC100
139 def_bool y
140 depends on CPU_S5PC100
141
142config GPIO_S5PV210
143 def_bool y
144 depends on CPU_S5PV210
145
146config GPIO_PL061 138config GPIO_PL061
147 bool "PrimeCell PL061 GPIO support" 139 bool "PrimeCell PL061 GPIO support"
148 depends on ARM_AMBA 140 depends on ARM_AMBA
@@ -178,9 +170,18 @@ config GPIO_SCH
178 The Intel Tunnel Creek processor has 5 GPIOs powered by the 170 The Intel Tunnel Creek processor has 5 GPIOs powered by the
179 core power rail and 9 from suspend power supply. 171 core power rail and 9 from suspend power supply.
180 172
173config GPIO_U300
174 bool "ST-Ericsson U300 COH 901 335/571 GPIO"
175 depends on GPIOLIB && ARCH_U300
176 help
177 Say yes here to support GPIO interface on ST-Ericsson U300.
178 The names of the two IP block variants supported are
179 COH 901 335 and COH 901 571/3. They contain 3, 5 or 7
180 ports of 8 GPIO pins each.
181
181config GPIO_VX855 182config GPIO_VX855
182 tristate "VIA VX855/VX875 GPIO" 183 tristate "VIA VX855/VX875 GPIO"
183 depends on MFD_SUPPORT && PCI 184 depends on PCI
184 select MFD_CORE 185 select MFD_CORE
185 select MFD_VX855 186 select MFD_VX855
186 help 187 help
@@ -388,6 +389,7 @@ config GPIO_LANGWELL
388config GPIO_PCH 389config GPIO_PCH
389 tristate "Intel EG20T PCH / OKI SEMICONDUCTOR ML7223 IOH GPIO" 390 tristate "Intel EG20T PCH / OKI SEMICONDUCTOR ML7223 IOH GPIO"
390 depends on PCI && X86 391 depends on PCI && X86
392 select GENERIC_IRQ_CHIP
391 help 393 help
392 This driver is for PCH(Platform controller Hub) GPIO of Intel Topcliff 394 This driver is for PCH(Platform controller Hub) GPIO of Intel Topcliff
393 which is an IOH(Input/Output Hub) for x86 embedded processor. 395 which is an IOH(Input/Output Hub) for x86 embedded processor.
@@ -402,6 +404,7 @@ config GPIO_PCH
402config GPIO_ML_IOH 404config GPIO_ML_IOH
403 tristate "OKI SEMICONDUCTOR ML7213 IOH GPIO support" 405 tristate "OKI SEMICONDUCTOR ML7213 IOH GPIO support"
404 depends on PCI 406 depends on PCI
407 select GENERIC_IRQ_CHIP
405 help 408 help
406 ML7213 is companion chip for Intel Atom E6xx series. 409 ML7213 is companion chip for Intel Atom E6xx series.
407 This driver can be used for OKI SEMICONDUCTOR ML7213 IOH(Input/Output 410 This driver can be used for OKI SEMICONDUCTOR ML7213 IOH(Input/Output
@@ -417,7 +420,6 @@ config GPIO_TIMBERDALE
417config GPIO_RDC321X 420config GPIO_RDC321X
418 tristate "RDC R-321x GPIO support" 421 tristate "RDC R-321x GPIO support"
419 depends on PCI 422 depends on PCI
420 select MFD_SUPPORT
421 select MFD_CORE 423 select MFD_CORE
422 select MFD_RDC321X 424 select MFD_RDC321X
423 help 425 help