aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAlexandre Courbot <acourbot@nvidia.com>2013-03-09 02:30:07 -0500
committerAlexandre Courbot <acourbot@nvidia.com>2013-03-20 09:48:15 -0400
commita76eb09ae38b73aa3cc2b664c903e0188b46b2e6 (patch)
tree1383d830d94ad8740e419f85d6125fb3adeca2c9 /arch
parentaef1552bc192c2cb1742d7684e0fbd23775f3dac (diff)
powerpc: remove redundant GENERIC_GPIO selection
ARCH_REQUIRE_GPIOLIB selects GENERIC_GPIO, so there is no need to select it explicitly. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/platforms/40x/Kconfig1
-rw-r--r--arch/powerpc/platforms/44x/Kconfig1
-rw-r--r--arch/powerpc/platforms/85xx/Kconfig1
-rw-r--r--arch/powerpc/platforms/86xx/Kconfig3
-rw-r--r--arch/powerpc/platforms/8xx/Kconfig1
-rw-r--r--arch/powerpc/platforms/Kconfig4
6 files changed, 0 insertions, 11 deletions
diff --git a/arch/powerpc/platforms/40x/Kconfig b/arch/powerpc/platforms/40x/Kconfig
index a392d12dd21f..d0b46a2fc85f 100644
--- a/arch/powerpc/platforms/40x/Kconfig
+++ b/arch/powerpc/platforms/40x/Kconfig
@@ -145,7 +145,6 @@ config PPC4xx_GPIO
145 bool "PPC4xx GPIO support" 145 bool "PPC4xx GPIO support"
146 depends on 40x 146 depends on 40x
147 select ARCH_REQUIRE_GPIOLIB 147 select ARCH_REQUIRE_GPIOLIB
148 select GENERIC_GPIO
149 help 148 help
150 Enable gpiolib support for ppc40x based boards 149 Enable gpiolib support for ppc40x based boards
151 150
diff --git a/arch/powerpc/platforms/44x/Kconfig b/arch/powerpc/platforms/44x/Kconfig
index 0effe9f5a1ea..50306b8e7e6c 100644
--- a/arch/powerpc/platforms/44x/Kconfig
+++ b/arch/powerpc/platforms/44x/Kconfig
@@ -248,7 +248,6 @@ config PPC4xx_GPIO
248 bool "PPC4xx GPIO support" 248 bool "PPC4xx GPIO support"
249 depends on 44x 249 depends on 44x
250 select ARCH_REQUIRE_GPIOLIB 250 select ARCH_REQUIRE_GPIOLIB
251 select GENERIC_GPIO
252 help 251 help
253 Enable gpiolib support for ppc440 based boards 252 Enable gpiolib support for ppc440 based boards
254 253
diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig
index a0dcd577fb0d..78549b6ebf30 100644
--- a/arch/powerpc/platforms/85xx/Kconfig
+++ b/arch/powerpc/platforms/85xx/Kconfig
@@ -203,7 +203,6 @@ config GE_IMP3A
203 select DEFAULT_UIMAGE 203 select DEFAULT_UIMAGE
204 select SWIOTLB 204 select SWIOTLB
205 select MMIO_NVRAM 205 select MMIO_NVRAM
206 select GENERIC_GPIO
207 select ARCH_REQUIRE_GPIOLIB 206 select ARCH_REQUIRE_GPIOLIB
208 select GE_FPGA 207 select GE_FPGA
209 help 208 help
diff --git a/arch/powerpc/platforms/86xx/Kconfig b/arch/powerpc/platforms/86xx/Kconfig
index 7a6279e38213..1afd1e4a2dd2 100644
--- a/arch/powerpc/platforms/86xx/Kconfig
+++ b/arch/powerpc/platforms/86xx/Kconfig
@@ -37,7 +37,6 @@ config GEF_PPC9A
37 bool "GE PPC9A" 37 bool "GE PPC9A"
38 select DEFAULT_UIMAGE 38 select DEFAULT_UIMAGE
39 select MMIO_NVRAM 39 select MMIO_NVRAM
40 select GENERIC_GPIO
41 select ARCH_REQUIRE_GPIOLIB 40 select ARCH_REQUIRE_GPIOLIB
42 select GE_FPGA 41 select GE_FPGA
43 help 42 help
@@ -47,7 +46,6 @@ config GEF_SBC310
47 bool "GE SBC310" 46 bool "GE SBC310"
48 select DEFAULT_UIMAGE 47 select DEFAULT_UIMAGE
49 select MMIO_NVRAM 48 select MMIO_NVRAM
50 select GENERIC_GPIO
51 select ARCH_REQUIRE_GPIOLIB 49 select ARCH_REQUIRE_GPIOLIB
52 select GE_FPGA 50 select GE_FPGA
53 help 51 help
@@ -57,7 +55,6 @@ config GEF_SBC610
57 bool "GE SBC610" 55 bool "GE SBC610"
58 select DEFAULT_UIMAGE 56 select DEFAULT_UIMAGE
59 select MMIO_NVRAM 57 select MMIO_NVRAM
60 select GENERIC_GPIO
61 select ARCH_REQUIRE_GPIOLIB 58 select ARCH_REQUIRE_GPIOLIB
62 select GE_FPGA 59 select GE_FPGA
63 select HAS_RAPIDIO 60 select HAS_RAPIDIO
diff --git a/arch/powerpc/platforms/8xx/Kconfig b/arch/powerpc/platforms/8xx/Kconfig
index 1fb0b3cddeb3..8dec3c0911ad 100644
--- a/arch/powerpc/platforms/8xx/Kconfig
+++ b/arch/powerpc/platforms/8xx/Kconfig
@@ -114,7 +114,6 @@ config 8xx_COPYBACK
114 114
115config 8xx_GPIO 115config 8xx_GPIO
116 bool "GPIO API Support" 116 bool "GPIO API Support"
117 select GENERIC_GPIO
118 select ARCH_REQUIRE_GPIOLIB 117 select ARCH_REQUIRE_GPIOLIB
119 help 118 help
120 Saying Y here will cause the ports on an MPC8xx processor to be used 119 Saying Y here will cause the ports on an MPC8xx processor to be used
diff --git a/arch/powerpc/platforms/Kconfig b/arch/powerpc/platforms/Kconfig
index 52de8bccfb30..15095d58bc97 100644
--- a/arch/powerpc/platforms/Kconfig
+++ b/arch/powerpc/platforms/Kconfig
@@ -303,7 +303,6 @@ config QUICC_ENGINE
303config QE_GPIO 303config QE_GPIO
304 bool "QE GPIO support" 304 bool "QE GPIO support"
305 depends on QUICC_ENGINE 305 depends on QUICC_ENGINE
306 select GENERIC_GPIO
307 select ARCH_REQUIRE_GPIOLIB 306 select ARCH_REQUIRE_GPIOLIB
308 help 307 help
309 Say Y here if you're going to use hardware that connects to the 308 Say Y here if you're going to use hardware that connects to the
@@ -316,7 +315,6 @@ config CPM2
316 select PPC_LIB_RHEAP 315 select PPC_LIB_RHEAP
317 select PPC_PCI_CHOICE 316 select PPC_PCI_CHOICE
318 select ARCH_REQUIRE_GPIOLIB 317 select ARCH_REQUIRE_GPIOLIB
319 select GENERIC_GPIO
320 help 318 help
321 The CPM2 (Communications Processor Module) is a coprocessor on 319 The CPM2 (Communications Processor Module) is a coprocessor on
322 embedded CPUs made by Freescale. Selecting this option means that 320 embedded CPUs made by Freescale. Selecting this option means that
@@ -355,7 +353,6 @@ config OF_RTC
355config SIMPLE_GPIO 353config SIMPLE_GPIO
356 bool "Support for simple, memory-mapped GPIO controllers" 354 bool "Support for simple, memory-mapped GPIO controllers"
357 depends on PPC 355 depends on PPC
358 select GENERIC_GPIO
359 select ARCH_REQUIRE_GPIOLIB 356 select ARCH_REQUIRE_GPIOLIB
360 help 357 help
361 Say Y here to support simple, memory-mapped GPIO controllers. 358 Say Y here to support simple, memory-mapped GPIO controllers.
@@ -366,7 +363,6 @@ config SIMPLE_GPIO
366config MCU_MPC8349EMITX 363config MCU_MPC8349EMITX
367 bool "MPC8349E-mITX MCU driver" 364 bool "MPC8349E-mITX MCU driver"
368 depends on I2C=y && PPC_83xx 365 depends on I2C=y && PPC_83xx
369 select GENERIC_GPIO
370 select ARCH_REQUIRE_GPIOLIB 366 select ARCH_REQUIRE_GPIOLIB
371 help 367 help
372 Say Y here to enable soft power-off functionality on the Freescale 368 Say Y here to enable soft power-off functionality on the Freescale