Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[deliverable/linux.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
43a6955f 8 select PL310_ERRATA_753970
98e87d57 9 select ARM_ERRATA_754322
d65015f7 10 select ARM_ERRATA_764369
68526e58 11 select CACHE_L2X0
f38406bb 12
f38406bb 13config UX500_SOC_DB5500
ded547a4 14 bool
8317797c 15 select MFD_DB5500_PRCMU
d2a40972
RV
16
17config UX500_SOC_DB8500
ded547a4 18 bool
650c2a21 19 select MFD_DB8500_PRCMU
1032fbfd 20 select REGULATOR_DB8500_PRCMU
2c43ee44 21 select CPU_FREQ_TABLE if CPU_FREQ
d2a40972 22
9372da50 23menu "Ux500 target platform (boards)"
aa44ef4d 24
5017f1cd
LW
25config MACH_MOP500
26 bool "U8500 Development platform, MOP500 versions"
ded547a4 27 select UX500_SOC_DB8500
5017f1cd
LW
28 select I2C
29 select I2C_NOMADIK
eda413c2 30 select SOC_BUS
aa44ef4d 31 help
5017f1cd 32 Include support for the MOP500 development platform.
591d8dd7 33
9372da50 34config MACH_HREFV60
5017f1cd
LW
35 bool "U8500 Development platform, HREFv60 version"
36 select MACH_MOP500
37 help
38 Include support for the HREFv60 new development platform.
39 Includes HREFv70, v71 etc.
9372da50 40
11ab32a7
MP
41config MACH_SNOWBALL
42 bool "U8500 Snowball platform"
5017f1cd 43 select MACH_MOP500
11ab32a7
MP
44 help
45 Include support for the snowball development platform.
46
591d8dd7
RV
47config MACH_U5500
48 bool "U5500 Development platform"
ded547a4 49 select UX500_SOC_DB5500
591d8dd7
RV
50 help
51 Include support for the U5500 development platform.
ded547a4
AB
52
53config UX500_AUTO_PLATFORM
54 def_bool y
55 depends on !MACH_U5500
5017f1cd 56 select MACH_MOP500
ded547a4
AB
57 help
58 At least one platform needs to be selected in order to build
59 a working kernel. If everything else is disabled, this
5017f1cd 60 automatically enables MACH_MOP500.
d2a40972 61endmenu
f38406bb 62
39a982b4
RV
63config UX500_DEBUG_UART
64 int "Ux500 UART to use for low-level debug"
65 default 2
66 help
67 Choose the UART on which kernel low-level debug messages should be
68 output.
69
e81fcc97
LW
70config U5500_MODEM_IRQ
71 bool "Modem IRQ support"
d2a40972 72 depends on UX500_SOC_DB5500
e81fcc97
LW
73 default y
74 help
75 Add support for handling IRQ:s from modem side
76
77config U5500_MBOX
78 bool "Mailbox support"
d2a40972 79 depends on U5500_MODEM_IRQ
e81fcc97
LW
80 default y
81 help
82 Add support for U5500 mailbox communication with modem side
83
f38406bb 84endif
This page took 0.137253 seconds and 5 git commands to generate.