aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2011-03-31 09:07:20 +0200
committerNicolas Pitre <nicolas.pitre@linaro.org>2011-06-22 11:26:28 -0400
commit2ab55a0ff7a5dd3206b63d1a0fd13ed1ac81feb7 (patch)
tree036670a198b60fac46437bd43ececc70d4b5de2d /arch
parent2f1c8dfd4d511326686110a351d4ce5dc6f1159c (diff)
mach-ux500: add HREFv60 Kconfig option
This is necessary to have any use of the HREFv60 code. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> (cherry picked from commit 9372da5073705fe991f0254baf47f82d491c83ff)
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-ux500/Kconfig8
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig
index f8b9392ee34..96d546cef06 100644
--- a/arch/arm/mach-ux500/Kconfig
+++ b/arch/arm/mach-ux500/Kconfig
@@ -20,7 +20,7 @@ config UX500_SOC_DB8500
endmenu
-menu "Ux500 target platform"
+menu "Ux500 target platform (boards)"
config MACH_U8500
bool "U8500 Development platform"
@@ -29,6 +29,12 @@ config MACH_U8500
help
Include support for the mop500 development platform.
+config MACH_HREFV60
+ bool "U85000 Development platform, HREFv60 version"
+ depends on UX500_SOC_DB8500
+ help
+ Include support for the HREFv60 new development platform.
+
config MACH_U5500
bool "U5500 Development platform"
depends on UX500_SOC_DB5500