ARM: ux500: select L2X0 cache on ux500
[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
6e266b20 8 select ARM_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
d2a40972 21
9372da50 22menu "Ux500 target platform (boards)"
aa44ef4d 23
d2a40972 24config MACH_U8500
591d8dd7 25 bool "U8500 Development platform"
ded547a4 26 select UX500_SOC_DB8500
fe67dfc8 27 select TPS6105X
aa44ef4d 28 help
f3af03de 29 Include support for the mop500 development platform.
591d8dd7 30
9372da50
LW
31config MACH_HREFV60
32 bool "U85000 Development platform, HREFv60 version"
ded547a4 33 select UX500_SOC_DB8500
9372da50
LW
34 help
35 Include support for the HREFv60 new development platform.
36
11ab32a7
MP
37config MACH_SNOWBALL
38 bool "U8500 Snowball platform"
11ab32a7
MP
39 select MACH_U8500
40 help
41 Include support for the snowball development platform.
42
591d8dd7
RV
43config MACH_U5500
44 bool "U5500 Development platform"
ded547a4 45 select UX500_SOC_DB5500
591d8dd7
RV
46 help
47 Include support for the U5500 development platform.
ded547a4
AB
48
49config UX500_AUTO_PLATFORM
50 def_bool y
51 depends on !MACH_U5500
52 select MACH_U8500
53 help
54 At least one platform needs to be selected in order to build
55 a working kernel. If everything else is disabled, this
56 automatically enables MACH_U8500.
d2a40972 57endmenu
f38406bb 58
39a982b4
RV
59config UX500_DEBUG_UART
60 int "Ux500 UART to use for low-level debug"
61 default 2
62 help
63 Choose the UART on which kernel low-level debug messages should be
64 output.
65
e81fcc97
LW
66config U5500_MODEM_IRQ
67 bool "Modem IRQ support"
d2a40972 68 depends on UX500_SOC_DB5500
e81fcc97
LW
69 default y
70 help
71 Add support for handling IRQ:s from modem side
72
73config U5500_MBOX
74 bool "Mailbox support"
d2a40972 75 depends on U5500_MODEM_IRQ
e81fcc97
LW
76 default y
77 help
78 Add support for U5500 mailbox communication with modem side
79
f38406bb 80endif
This page took 0.195723 seconds and 5 git commands to generate.