aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorKevin Wells <wellsk40@gmail.com>2010-07-28 06:38:52 -0400
committerKevin Wells <wellsk40@gmail.com>2010-07-28 06:38:52 -0400
commitcccf59abea4e1c36322e365d6e61ff7de1f3ee07 (patch)
tree376b61082713ca866c85318c034c8155124a07af /arch/arm/Kconfig
parentfc0f5ac8fe693d1b05f5a928cc48135d1c8b7f2e (diff)
parent408059495a372f1a9845672e58608fb6d8ec0c40 (diff)
Merge branch 'test' of ../test/linux-2.6-lpc2 into wells/lpc32xx-arch_v2
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 98922f7d2d12..9a189f757c93 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -482,6 +482,19 @@ config ARCH_LOKI
482 help 482 help
483 Support for the Marvell Loki (88RC8480) SoC. 483 Support for the Marvell Loki (88RC8480) SoC.
484 484
485config ARCH_LPC32XX
486 bool "NXP LPC32XX"
487 select CPU_ARM926T
488 select ARCH_REQUIRE_GPIOLIB
489 select HAVE_IDE
490 select ARM_AMBA
491 select USB_ARCH_HAS_OHCI
492 select COMMON_CLKDEV
493 select GENERIC_TIME
494 select GENERIC_CLOCKEVENTS
495 help
496 Support for the NXP LPC32XX family of processors
497
485config ARCH_MV78XX0 498config ARCH_MV78XX0
486 bool "Marvell MV78xx0" 499 bool "Marvell MV78xx0"
487 select CPU_FEROCEON 500 select CPU_FEROCEON
@@ -845,6 +858,8 @@ source "arch/arm/mach-lh7a40x/Kconfig"
845 858
846source "arch/arm/mach-loki/Kconfig" 859source "arch/arm/mach-loki/Kconfig"
847 860
861source "arch/arm/mach-lpc32xx/Kconfig"
862
848source "arch/arm/mach-msm/Kconfig" 863source "arch/arm/mach-msm/Kconfig"
849 864
850source "arch/arm/mach-mv78xx0/Kconfig" 865source "arch/arm/mach-mv78xx0/Kconfig"