blob: 8ad5ee8107aec2f377b996cc5e0b818131cda5ee [file] [log] [blame]
Rabin Vincentf38406b2010-05-03 07:27:31 +01001if ARCH_U8500
2
3config UX500_SOC_COMMON
4 bool
5 default y
6 select ARM_GIC
7 select HAS_MTU
8 select NOMADIK_GPIO
9
10config UX500_SOC_DB8500
11 bool
12
13config UX500_SOC_DB5500
14 bool
15
Srinidhi Kasagaraa44ef42009-11-28 08:17:18 +010016menu "ST-Ericsson platform type"
Srinidhi Kasagaraa44ef42009-11-28 08:17:18 +010017
18comment "ST-Ericsson Multicore Mobile Platforms"
19
20config MACH_U8500_MOP
21 bool "U8500 Early Development platform"
22 default y
Rabin Vincentf38406b2010-05-03 07:27:31 +010023 select UX500_SOC_DB8500
Srinidhi Kasagaraa44ef42009-11-28 08:17:18 +010024 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.
28endmenu
Rabin Vincentf38406b2010-05-03 07:27:31 +010029
Rabin Vincent39a982b2010-05-03 07:38:06 +010030config 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 Vincentf38406b2010-05-03 07:27:31 +010037endif