aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorH Hartley Sweeten <hartleys@visionengravers.com>2011-05-20 02:40:17 -0400
committerGrant Likely <grant.likely@secretlab.ca>2011-05-20 02:40:17 -0400
commit6cff9e2b34414733fa61fddef909e9ae1e4beaf3 (patch)
treef1d3d819cbc185fec495f0e439da7141f37290db /drivers/gpio/Kconfig
parentfd9962352105f19711d55cc2caaf75b2e201598b (diff)
gpio: remove redundant Kconfig depends on GPIOLIB
Since all the drivers are in a 'if GPIOLIB/endif block', the depends on GPIOLIB is redundant so remove them. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig9
1 files changed, 4 insertions, 5 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index d3b295305542..d2cd6cfb426d 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -77,7 +77,6 @@ config GPIO_BASIC_MMIO
77 77
78config GPIO_IT8761E 78config GPIO_IT8761E
79 tristate "IT8761E GPIO support" 79 tristate "IT8761E GPIO support"
80 depends on GPIOLIB
81 help 80 help
82 Say yes here to support GPIO functionality of IT8761E super I/O chip. 81 Say yes here to support GPIO functionality of IT8761E super I/O chip.
83 82
@@ -101,7 +100,7 @@ config GPIO_VR41XX
101 100
102config GPIO_SCH 101config GPIO_SCH
103 tristate "Intel SCH/TunnelCreek GPIO" 102 tristate "Intel SCH/TunnelCreek GPIO"
104 depends on GPIOLIB && PCI && X86 103 depends on PCI && X86
105 select MFD_CORE 104 select MFD_CORE
106 select LPC_SCH 105 select LPC_SCH
107 help 106 help
@@ -121,7 +120,7 @@ config GPIO_SCH
121 120
122config GPIO_VX855 121config GPIO_VX855
123 tristate "VIA VX855/VX875 GPIO" 122 tristate "VIA VX855/VX875 GPIO"
124 depends on GPIOLIB && MFD_SUPPORT && PCI 123 depends on MFD_SUPPORT && PCI
125 select MFD_CORE 124 select MFD_CORE
126 select MFD_VX855 125 select MFD_VX855
127 help 126 help
@@ -347,13 +346,13 @@ config GPIO_ML_IOH
347 346
348config GPIO_TIMBERDALE 347config GPIO_TIMBERDALE
349 bool "Support for timberdale GPIO IP" 348 bool "Support for timberdale GPIO IP"
350 depends on MFD_TIMBERDALE && GPIOLIB && HAS_IOMEM 349 depends on MFD_TIMBERDALE && HAS_IOMEM
351 ---help--- 350 ---help---
352 Add support for the GPIO IP in the timberdale FPGA. 351 Add support for the GPIO IP in the timberdale FPGA.
353 352
354config GPIO_RDC321X 353config GPIO_RDC321X
355 tristate "RDC R-321x GPIO support" 354 tristate "RDC R-321x GPIO support"
356 depends on PCI && GPIOLIB 355 depends on PCI
357 select MFD_SUPPORT 356 select MFD_SUPPORT
358 select MFD_CORE 357 select MFD_CORE
359 select MFD_RDC321X 358 select MFD_RDC321X