diff options
author | Rob Herring <rob.herring@calxeda.com> | 2011-06-07 11:02:55 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-10-31 09:14:00 -0400 |
commit | 220e6cf7b793d702596506a8c4bf1f4fd4040df1 (patch) | |
tree | ba9f94611ca71799e67a66555c5124a0be975920 /arch/arm/Kconfig | |
parent | 253d7addbcb06acc90eb722f122d32a6ccbf67a7 (diff) |
ARM: add Highbank core platform support
This adds basic support for the Calxeda Highbank platform.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Reviewed-by: Jamie Iles <jamie@jamieiles.com>
Reviewed-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 7bbb03558d2c..887b818bd667 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -330,6 +330,20 @@ config ARCH_BCMRING | |||
330 | help | 330 | help |
331 | Support for Broadcom's BCMRing platform. | 331 | Support for Broadcom's BCMRing platform. |
332 | 332 | ||
333 | config ARCH_HIGHBANK | ||
334 | bool "Calxeda Highbank-based" | ||
335 | select ARCH_WANT_OPTIONAL_GPIOLIB | ||
336 | select ARM_AMBA | ||
337 | select ARM_GIC | ||
338 | select ARM_TIMER_SP804 | ||
339 | select CLKDEV_LOOKUP | ||
340 | select CPU_V7 | ||
341 | select GENERIC_CLOCKEVENTS | ||
342 | select HAVE_ARM_SCU | ||
343 | select USE_OF | ||
344 | help | ||
345 | Support for the Calxeda Highbank SoC based boards. | ||
346 | |||
333 | config ARCH_CLPS711X | 347 | config ARCH_CLPS711X |
334 | bool "Cirrus Logic CLPS711x/EP721x-based" | 348 | bool "Cirrus Logic CLPS711x/EP721x-based" |
335 | select CPU_ARM720T | 349 | select CPU_ARM720T |