diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-09-06 14:43:04 -0400 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-09-14 13:55:09 -0400 |
commit | 617276307cd4cdb9a95c77efaa3063695af63aa7 (patch) | |
tree | ae1ec64138ed1bec2be0a402e90724b0db31afa6 /arch/arm/Kconfig | |
parent | 387798b37c8dd0ae24c0ac12ba456dd76865bca3 (diff) |
ARM: vexpress: convert to multi-platform
Convert vexpress to multi-platform. This always enables vexpress DT and
makes it the default v7 platform.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Cc: Pawel Moll <pawel.moll@arm.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index ebaf08849f96..16773aa39513 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -319,24 +319,6 @@ config ARCH_VERSATILE | |||
319 | help | 319 | help |
320 | This enables support for ARM Ltd Versatile board. | 320 | This enables support for ARM Ltd Versatile board. |
321 | 321 | ||
322 | config ARCH_VEXPRESS | ||
323 | bool "ARM Ltd. Versatile Express family" | ||
324 | select ARCH_WANT_OPTIONAL_GPIOLIB | ||
325 | select ARM_AMBA | ||
326 | select ARM_TIMER_SP804 | ||
327 | select CLKDEV_LOOKUP | ||
328 | select COMMON_CLK | ||
329 | select GENERIC_CLOCKEVENTS | ||
330 | select HAVE_CLK | ||
331 | select HAVE_PATA_PLATFORM | ||
332 | select ICST | ||
333 | select NO_IOPORT | ||
334 | select PLAT_VERSATILE | ||
335 | select PLAT_VERSATILE_CLCD | ||
336 | select REGULATOR_FIXED_VOLTAGE if REGULATOR | ||
337 | help | ||
338 | This enables support for the ARM Ltd Versatile Express boards. | ||
339 | |||
340 | config ARCH_AT91 | 322 | config ARCH_AT91 |
341 | bool "Atmel AT91" | 323 | bool "Atmel AT91" |
342 | select ARCH_REQUIRE_GPIOLIB | 324 | select ARCH_REQUIRE_GPIOLIB |
@@ -1016,6 +998,7 @@ config ARCH_MULTI_V6 | |||
1016 | config ARCH_MULTI_V7 | 998 | config ARCH_MULTI_V7 |
1017 | bool "ARMv7 based platforms (Cortex-A, PJ4, Krait)" | 999 | bool "ARMv7 based platforms (Cortex-A, PJ4, Krait)" |
1018 | select CPU_V7 | 1000 | select CPU_V7 |
1001 | select ARCH_VEXPRESS | ||
1019 | default y | 1002 | default y |
1020 | select ARCH_MULTI_V6_V7 | 1003 | select ARCH_MULTI_V6_V7 |
1021 | 1004 | ||