Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / arm / mach-ux500 / Kconfig
CommitLineData
f38406bb
RV
1if ARCH_U8500
2
3config UX500_SOC_COMMON
4 bool
5 default y
6 select ARM_GIC
7 select HAS_MTU
6e266b20 8 select ARM_ERRATA_753970
98e87d57 9 select ARM_ERRATA_754322
d65015f7 10 select ARM_ERRATA_764369
f38406bb 11
d2a40972 12menu "Ux500 SoC"
f38406bb
RV
13
14config UX500_SOC_DB5500
d2a40972 15 bool "DB5500"
8317797c 16 select MFD_DB5500_PRCMU
d2a40972
RV
17
18config UX500_SOC_DB8500
19 bool "DB8500"
650c2a21 20 select MFD_DB8500_PRCMU
1032fbfd 21 select REGULATOR_DB8500_PRCMU
d2a40972
RV
22
23endmenu
f38406bb 24
9372da50 25menu "Ux500 target platform (boards)"
aa44ef4d 26
d2a40972 27config MACH_U8500
591d8dd7 28 bool "U8500 Development platform"
d2a40972 29 depends on UX500_SOC_DB8500
fe67dfc8 30 select TPS6105X
aa44ef4d 31 help
f3af03de 32 Include support for the mop500 development platform.
591d8dd7 33
9372da50
LW
34config MACH_HREFV60
35 bool "U85000 Development platform, HREFv60 version"
36 depends on UX500_SOC_DB8500
37 help
38 Include support for the HREFv60 new development platform.
39
11ab32a7
MP
40config MACH_SNOWBALL
41 bool "U8500 Snowball platform"
42 depends on UX500_SOC_DB8500
43 select MACH_U8500
44 help
45 Include support for the snowball development platform.
46
591d8dd7
RV
47config MACH_U5500
48 bool "U5500 Development platform"
d2a40972 49 depends on UX500_SOC_DB5500
591d8dd7
RV
50 help
51 Include support for the U5500 development platform.
d2a40972 52endmenu
f38406bb 53
39a982b4
RV
54config UX500_DEBUG_UART
55 int "Ux500 UART to use for low-level debug"
56 default 2
57 help
58 Choose the UART on which kernel low-level debug messages should be
59 output.
60
e81fcc97
LW
61config U5500_MODEM_IRQ
62 bool "Modem IRQ support"
d2a40972 63 depends on UX500_SOC_DB5500
e81fcc97
LW
64 default y
65 help
66 Add support for handling IRQ:s from modem side
67
68config U5500_MBOX
69 bool "Mailbox support"
d2a40972 70 depends on U5500_MODEM_IRQ
e81fcc97
LW
71 default y
72 help
73 Add support for U5500 mailbox communication with modem side
74
f38406bb 75endif