8ad5ee8107aec2f377b996cc5e0b818131cda5ee
[safe/jmp/linux-2.6] / arch / arm / mach-ux500 / Kconfig
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
16 menu "ST-Ericsson platform type"
17
18 comment "ST-Ericsson Multicore Mobile Platforms"
19
20 config MACH_U8500_MOP
21         bool "U8500 Early Development platform"
22         default y
23         select UX500_SOC_DB8500
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
29
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
37 endif