aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig33
1 files changed, 31 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 7a96ad317dcd..d778a699f577 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -228,6 +228,7 @@ config ARCH_REALVIEW
228 select ICST307 228 select ICST307
229 select GENERIC_TIME 229 select GENERIC_TIME
230 select GENERIC_CLOCKEVENTS 230 select GENERIC_CLOCKEVENTS
231 select ARCH_WANT_OPTIONAL_GPIOLIB
231 help 232 help
232 This enables support for ARM Ltd RealView boards. 233 This enables support for ARM Ltd RealView boards.
233 234
@@ -240,6 +241,7 @@ config ARCH_VERSATILE
240 select ICST307 241 select ICST307
241 select GENERIC_TIME 242 select GENERIC_TIME
242 select GENERIC_CLOCKEVENTS 243 select GENERIC_CLOCKEVENTS
244 select ARCH_WANT_OPTIONAL_GPIOLIB
243 help 245 help
244 This enables support for ARM Ltd Versatile board. 246 This enables support for ARM Ltd Versatile board.
245 247
@@ -518,10 +520,18 @@ config ARCH_W90X900
518 select CPU_ARM926T 520 select CPU_ARM926T
519 select ARCH_REQUIRE_GPIOLIB 521 select ARCH_REQUIRE_GPIOLIB
520 select GENERIC_GPIO 522 select GENERIC_GPIO
523 select HAVE_CLK
521 select COMMON_CLKDEV 524 select COMMON_CLKDEV
525 select GENERIC_TIME
526 select GENERIC_CLOCKEVENTS
522 help 527 help
523 Support for Nuvoton (Winbond logic dept.) ARM9 processor,You 528 Support for Nuvoton (Winbond logic dept.) ARM9 processor,
524 can login www.mcuos.com or www.nuvoton.com to know more. 529 At present, the w90x900 has been renamed nuc900, regarding
530 the ARM series product line, you can login the following
531 link address to know more.
532
533 <http://www.nuvoton.com/hq/enu/ProductAndSales/ProductLines/
534 ConsumerElectronicsIC/ARMMicrocontroller/ARMMicrocontroller>
525 535
526config ARCH_PNX4008 536config ARCH_PNX4008
527 bool "Philips Nexperia PNX4008 Mobile" 537 bool "Philips Nexperia PNX4008 Mobile"
@@ -675,6 +685,18 @@ config ARCH_OMAP
675 help 685 help
676 Support for TI's OMAP platform (OMAP1 and OMAP2). 686 Support for TI's OMAP platform (OMAP1 and OMAP2).
677 687
688config ARCH_BCMRING
689 bool "Broadcom BCMRING"
690 depends on MMU
691 select CPU_V6
692 select ARM_AMBA
693 select COMMON_CLKDEV
694 select GENERIC_TIME
695 select GENERIC_CLOCKEVENTS
696 select ARCH_WANT_OPTIONAL_GPIOLIB
697 help
698 Support for Broadcom's BCMRing platform.
699
678endchoice 700endchoice
679 701
680source "arch/arm/mach-clps711x/Kconfig" 702source "arch/arm/mach-clps711x/Kconfig"
@@ -775,6 +797,8 @@ source "arch/arm/mach-u300/Kconfig"
775 797
776source "arch/arm/mach-w90x900/Kconfig" 798source "arch/arm/mach-w90x900/Kconfig"
777 799
800source "arch/arm/mach-bcmring/Kconfig"
801
778# Definitions to make life easier 802# Definitions to make life easier
779config ARCH_ACORN 803config ARCH_ACORN
780 bool 804 bool
@@ -1103,6 +1127,11 @@ config HIGHMEM
1103 1127
1104 If unsure, say n. 1128 If unsure, say n.
1105 1129
1130config HIGHPTE
1131 bool "Allocate 2nd-level pagetables from highmem"
1132 depends on HIGHMEM
1133 depends on !OUTER_CACHE
1134
1106source "mm/Kconfig" 1135source "mm/Kconfig"
1107 1136
1108config LEDS 1137config LEDS