aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorErik Benada <erikbenada@yahoo.ca>2009-05-28 20:08:55 -0400
committerNicolas Pitre <nico@cam.org>2009-06-08 13:04:57 -0400
commita88656553d18c324554855fccc730c9644048111 (patch)
tree6a77d6b11e3f0cf017f6dee21a9934c6c6378704 /arch/arm/Kconfig
parentf14081e109e7074be3052f5410641161b6479abb (diff)
[ARM] orion: convert gpio to use gpiolib
Signed-off-by: Erik Benada <erikbenada@yahoo.ca> [ nico: fix locking, additional cleanups ] Signed-off-by: Nicolas Pitre <nico@marvell.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 9d02cdb15b23..c6225ead7bff 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -398,6 +398,7 @@ config ARCH_KIRKWOOD
398 select CPU_FEROCEON 398 select CPU_FEROCEON
399 select PCI 399 select PCI
400 select GENERIC_GPIO 400 select GENERIC_GPIO
401 select ARCH_REQUIRE_GPIOLIB
401 select GENERIC_TIME 402 select GENERIC_TIME
402 select GENERIC_CLOCKEVENTS 403 select GENERIC_CLOCKEVENTS
403 select PLAT_ORION 404 select PLAT_ORION
@@ -441,6 +442,7 @@ config ARCH_MV78XX0
441 select CPU_FEROCEON 442 select CPU_FEROCEON
442 select PCI 443 select PCI
443 select GENERIC_GPIO 444 select GENERIC_GPIO
445 select ARCH_REQUIRE_GPIOLIB
444 select GENERIC_TIME 446 select GENERIC_TIME
445 select GENERIC_CLOCKEVENTS 447 select GENERIC_CLOCKEVENTS
446 select PLAT_ORION 448 select PLAT_ORION
@@ -465,6 +467,7 @@ config ARCH_ORION5X
465 select CPU_FEROCEON 467 select CPU_FEROCEON
466 select PCI 468 select PCI
467 select GENERIC_GPIO 469 select GENERIC_GPIO
470 select ARCH_REQUIRE_GPIOLIB
468 select GENERIC_TIME 471 select GENERIC_TIME
469 select GENERIC_CLOCKEVENTS 472 select GENERIC_CLOCKEVENTS
470 select PLAT_ORION 473 select PLAT_ORION