Rabin Vincent | f38406b | 2010-05-03 07:27:31 +0100 | [diff] [blame] | 1 | if ARCH_U8500 |
| 2 | |
| 3 | config UX500_SOC_COMMON |
| 4 | bool |
| 5 | default y |
| 6 | select ARM_GIC |
| 7 | select HAS_MTU |
| 8 | select NOMADIK_GPIO |
| 9 | |
| 10 | config UX500_SOC_DB8500 |
| 11 | bool |
| 12 | |
| 13 | config UX500_SOC_DB5500 |
| 14 | bool |
| 15 | |
Srinidhi Kasagar | aa44ef4 | 2009-11-28 08:17:18 +0100 | [diff] [blame] | 16 | menu "ST-Ericsson platform type" |
Srinidhi Kasagar | aa44ef4 | 2009-11-28 08:17:18 +0100 | [diff] [blame] | 17 | |
| 18 | comment "ST-Ericsson Multicore Mobile Platforms" |
| 19 | |
| 20 | config MACH_U8500_MOP |
| 21 | bool "U8500 Early Development platform" |
| 22 | default y |
Rabin Vincent | f38406b | 2010-05-03 07:27:31 +0100 | [diff] [blame] | 23 | select UX500_SOC_DB8500 |
Srinidhi Kasagar | aa44ef4 | 2009-11-28 08:17:18 +0100 | [diff] [blame] | 24 | help |
| 25 | Include support for mop500 development platform |
| 26 | based on U8500 architecture. The platform is based |
| 27 | on early drop silicon version of 8500. |
| 28 | endmenu |
Rabin Vincent | f38406b | 2010-05-03 07:27:31 +0100 | [diff] [blame] | 29 | |
Rabin Vincent | 39a982b | 2010-05-03 07:38:06 +0100 | [diff] [blame^] | 30 | config UX500_DEBUG_UART |
| 31 | int "Ux500 UART to use for low-level debug" |
| 32 | default 2 |
| 33 | help |
| 34 | Choose the UART on which kernel low-level debug messages should be |
| 35 | output. |
| 36 | |
Rabin Vincent | f38406b | 2010-05-03 07:27:31 +0100 | [diff] [blame] | 37 | endif |