diff options
author | Rabin Vincent <rabin.vincent@stericsson.com> | 2010-05-03 03:46:51 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-05-04 12:50:06 -0400 |
commit | 591d8dd71cc265465ac706ac11e5f613c6181a43 (patch) | |
tree | 8304dacd18915ba63279413e7cd77c456a1fee98 /arch/arm/mach-ux500/Kconfig | |
parent | cb165c52561fd5947747fdbdb0c7ad22c6138175 (diff) |
ARM: 6090/1: ux500: add U5500 support
Add basic support for the U5500 platform.
Acked-by: Linus Walleij <linus.walleij@stericsson.com>
Acked-by: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ux500/Kconfig')
-rw-r--r-- | arch/arm/mach-ux500/Kconfig | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig index 8ad5ee8107ae..6625e5bbf4d6 100644 --- a/arch/arm/mach-ux500/Kconfig +++ b/arch/arm/mach-ux500/Kconfig | |||
@@ -13,19 +13,24 @@ config UX500_SOC_DB8500 | |||
13 | config UX500_SOC_DB5500 | 13 | config UX500_SOC_DB5500 |
14 | bool | 14 | bool |
15 | 15 | ||
16 | menu "ST-Ericsson platform type" | 16 | choice |
17 | 17 | prompt "Ux500 target platform" | |
18 | comment "ST-Ericsson Multicore Mobile Platforms" | 18 | default MACH_U8500_MOP |
19 | 19 | ||
20 | config MACH_U8500_MOP | 20 | config MACH_U8500_MOP |
21 | bool "U8500 Early Development platform" | 21 | bool "U8500 Development platform" |
22 | default y | ||
23 | select UX500_SOC_DB8500 | 22 | select UX500_SOC_DB8500 |
24 | help | 23 | help |
25 | Include support for mop500 development platform | 24 | Include support for mop500 development platform |
26 | based on U8500 architecture. The platform is based | 25 | based on U8500 architecture. The platform is based |
27 | on early drop silicon version of 8500. | 26 | on early drop silicon version of 8500. |
28 | endmenu | 27 | |
28 | config MACH_U5500 | ||
29 | bool "U5500 Development platform" | ||
30 | select UX500_SOC_DB5500 | ||
31 | help | ||
32 | Include support for the U5500 development platform. | ||
33 | endchoice | ||
29 | 34 | ||
30 | config UX500_DEBUG_UART | 35 | config UX500_DEBUG_UART |
31 | int "Ux500 UART to use for low-level debug" | 36 | int "Ux500 UART to use for low-level debug" |