aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig31
1 files changed, 29 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 0dd29eb4a0e6..5d60508472f0 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -495,10 +495,18 @@ config ARCH_W90X900
495 select CPU_ARM926T 495 select CPU_ARM926T
496 select ARCH_REQUIRE_GPIOLIB 496 select ARCH_REQUIRE_GPIOLIB
497 select GENERIC_GPIO 497 select GENERIC_GPIO
498 select HAVE_CLK
498 select COMMON_CLKDEV 499 select COMMON_CLKDEV
500 select GENERIC_TIME
501 select GENERIC_CLOCKEVENTS
499 help 502 help
500 Support for Nuvoton (Winbond logic dept.) ARM9 processor,You 503 Support for Nuvoton (Winbond logic dept.) ARM9 processor,
501 can login www.mcuos.com or www.nuvoton.com to know more. 504 At present, the w90x900 has been renamed nuc900, regarding
505 the ARM series product line, you can login the following
506 link address to know more.
507
508 <http://www.nuvoton.com/hq/enu/ProductAndSales/ProductLines/
509 ConsumerElectronicsIC/ARMMicrocontroller/ARMMicrocontroller>
502 510
503config ARCH_PNX4008 511config ARCH_PNX4008
504 bool "Philips Nexperia PNX4008 Mobile" 512 bool "Philips Nexperia PNX4008 Mobile"
@@ -639,6 +647,18 @@ config ARCH_OMAP
639 help 647 help
640 Support for TI's OMAP platform (OMAP1 and OMAP2). 648 Support for TI's OMAP platform (OMAP1 and OMAP2).
641 649
650config ARCH_BCMRING
651 bool "Broadcom BCMRING"
652 depends on MMU
653 select CPU_V6
654 select ARM_AMBA
655 select COMMON_CLKDEV
656 select GENERIC_TIME
657 select GENERIC_CLOCKEVENTS
658 select ARCH_WANT_OPTIONAL_GPIOLIB
659 help
660 Support for Broadcom's BCMRing platform.
661
642endchoice 662endchoice
643 663
644source "arch/arm/mach-clps711x/Kconfig" 664source "arch/arm/mach-clps711x/Kconfig"
@@ -732,6 +752,8 @@ source "arch/arm/mach-u300/Kconfig"
732 752
733source "arch/arm/mach-w90x900/Kconfig" 753source "arch/arm/mach-w90x900/Kconfig"
734 754
755source "arch/arm/mach-bcmring/Kconfig"
756
735# Definitions to make life easier 757# Definitions to make life easier
736config ARCH_ACORN 758config ARCH_ACORN
737 bool 759 bool
@@ -1056,6 +1078,11 @@ config HIGHMEM
1056 1078
1057 If unsure, say n. 1079 If unsure, say n.
1058 1080
1081config HIGHPTE
1082 bool "Allocate 2nd-level pagetables from highmem"
1083 depends on HIGHMEM
1084 depends on !OUTER_CACHE
1085
1059source "mm/Kconfig" 1086source "mm/Kconfig"
1060 1087
1061config LEDS 1088config LEDS