Merge branch 'at91/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[pandora-kernel.git] / 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 ARM_ERRATA_753970
9
10 menu "Ux500 SoC"
11
12 config UX500_SOC_DB5500
13         bool "DB5500"
14         select MFD_DB5500_PRCMU
15
16 config UX500_SOC_DB8500
17         bool "DB8500"
18         select MFD_DB8500_PRCMU
19         select REGULATOR_DB8500_PRCMU
20
21 endmenu
22
23 menu "Ux500 target platform (boards)"
24
25 config MACH_U8500
26         bool "U8500 Development platform"
27         depends on UX500_SOC_DB8500
28         select TPS6105X
29         help
30           Include support for the mop500 development platform.
31
32 config MACH_HREFV60
33        bool "U85000 Development platform, HREFv60 version"
34        depends on UX500_SOC_DB8500
35        help
36          Include support for the HREFv60 new development platform.
37
38 config MACH_SNOWBALL
39         bool "U8500 Snowball platform"
40         depends on UX500_SOC_DB8500
41         select MACH_U8500
42         help
43           Include support for the snowball development platform.
44
45 config MACH_U5500
46         bool "U5500 Development platform"
47         depends on UX500_SOC_DB5500
48         help
49           Include support for the U5500 development platform.
50 endmenu
51
52 config UX500_DEBUG_UART
53         int "Ux500 UART to use for low-level debug"
54         default 2
55         help
56           Choose the UART on which kernel low-level debug messages should be
57           output.
58
59 config U5500_MODEM_IRQ
60         bool "Modem IRQ support"
61         depends on UX500_SOC_DB5500
62         default y
63         help
64           Add support for handling IRQ:s from modem side
65
66 config U5500_MBOX
67         bool "Mailbox support"
68         depends on U5500_MODEM_IRQ
69         default y
70         help
71           Add support for U5500 mailbox communication with modem side
72
73 endif