diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index aad0add99a5e..5d60508472f0 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -217,6 +217,7 @@ config ARCH_REALVIEW | |||
217 | select ICST307 | 217 | select ICST307 |
218 | select GENERIC_TIME | 218 | select GENERIC_TIME |
219 | select GENERIC_CLOCKEVENTS | 219 | select GENERIC_CLOCKEVENTS |
220 | select ARCH_WANT_OPTIONAL_GPIOLIB | ||
220 | help | 221 | help |
221 | This enables support for ARM Ltd RealView boards. | 222 | This enables support for ARM Ltd RealView boards. |
222 | 223 | ||
@@ -229,6 +230,7 @@ config ARCH_VERSATILE | |||
229 | select ICST307 | 230 | select ICST307 |
230 | select GENERIC_TIME | 231 | select GENERIC_TIME |
231 | select GENERIC_CLOCKEVENTS | 232 | select GENERIC_CLOCKEVENTS |
233 | select ARCH_WANT_OPTIONAL_GPIOLIB | ||
232 | help | 234 | help |
233 | This enables support for ARM Ltd Versatile board. | 235 | This enables support for ARM Ltd Versatile board. |
234 | 236 | ||
@@ -645,6 +647,18 @@ config ARCH_OMAP | |||
645 | help | 647 | help |
646 | Support for TI's OMAP platform (OMAP1 and OMAP2). | 648 | Support for TI's OMAP platform (OMAP1 and OMAP2). |
647 | 649 | ||
650 | config 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 | |||
648 | endchoice | 662 | endchoice |
649 | 663 | ||
650 | source "arch/arm/mach-clps711x/Kconfig" | 664 | source "arch/arm/mach-clps711x/Kconfig" |
@@ -738,6 +752,8 @@ source "arch/arm/mach-u300/Kconfig" | |||
738 | 752 | ||
739 | source "arch/arm/mach-w90x900/Kconfig" | 753 | source "arch/arm/mach-w90x900/Kconfig" |
740 | 754 | ||
755 | source "arch/arm/mach-bcmring/Kconfig" | ||
756 | |||
741 | # Definitions to make life easier | 757 | # Definitions to make life easier |
742 | config ARCH_ACORN | 758 | config ARCH_ACORN |
743 | bool | 759 | bool |
@@ -1062,6 +1078,11 @@ config HIGHMEM | |||
1062 | 1078 | ||
1063 | If unsure, say n. | 1079 | If unsure, say n. |
1064 | 1080 | ||
1081 | config HIGHPTE | ||
1082 | bool "Allocate 2nd-level pagetables from highmem" | ||
1083 | depends on HIGHMEM | ||
1084 | depends on !OUTER_CACHE | ||
1085 | |||
1065 | source "mm/Kconfig" | 1086 | source "mm/Kconfig" |
1066 | 1087 | ||
1067 | config LEDS | 1088 | config LEDS |