diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-02-11 16:44:53 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-05-02 04:35:38 -0400 |
commit | ceade897f31b8bb66f378cc35859fcfd0d46aaa2 (patch) | |
tree | 44f6fffb4f93ec6247b468e4009e414b4124f585 /arch/arm/Kconfig | |
parent | 9bf5b2ef673237e0e43161c56f70ac8bf24e43f9 (diff) |
ARM: Add Versatile Express support
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 553487052772..58080e17c28b 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -276,6 +276,20 @@ config ARCH_VERSATILE | |||
276 | help | 276 | help |
277 | This enables support for ARM Ltd Versatile board. | 277 | This enables support for ARM Ltd Versatile board. |
278 | 278 | ||
279 | config ARCH_VEXPRESS | ||
280 | bool "ARM Ltd. Versatile Express family" | ||
281 | select ARCH_WANT_OPTIONAL_GPIOLIB | ||
282 | select ARM_AMBA | ||
283 | select ARM_TIMER_SP804 | ||
284 | select COMMON_CLKDEV | ||
285 | select GENERIC_CLOCKEVENTS | ||
286 | select GENERIC_TIME | ||
287 | select HAVE_CLK | ||
288 | select ICST | ||
289 | select PLAT_VERSATILE | ||
290 | help | ||
291 | This enables support for the ARM Ltd Versatile Express boards. | ||
292 | |||
279 | config ARCH_AT91 | 293 | config ARCH_AT91 |
280 | bool "Atmel AT91" | 294 | bool "Atmel AT91" |
281 | select GENERIC_GPIO | 295 | select GENERIC_GPIO |
@@ -926,6 +940,8 @@ source "arch/arm/mach-ux500/Kconfig" | |||
926 | 940 | ||
927 | source "arch/arm/mach-versatile/Kconfig" | 941 | source "arch/arm/mach-versatile/Kconfig" |
928 | 942 | ||
943 | source "arch/arm/mach-vexpress/Kconfig" | ||
944 | |||
929 | source "arch/arm/mach-w90x900/Kconfig" | 945 | source "arch/arm/mach-w90x900/Kconfig" |
930 | 946 | ||
931 | # Definitions to make life easier | 947 | # Definitions to make life easier |