ARM: plat-nomadik: move MTU, kill plat-nomadik
[deliverable/linux.git] / arch / arm / mach-ux500 / Kconfig
CommitLineData
f38406bb
RV
1if ARCH_U8500
2
3config UX500_SOC_COMMON
4 bool
5 default y
98e87d57 6 select ARM_ERRATA_754322
8f90cce5 7 select ARM_ERRATA_764369 if SMP
b1b3f49c 8 select ARM_GIC
68526e58 9 select CACHE_L2X0
694e33a7 10 select CLKSRC_NOMADIK_MTU
b1b3f49c 11 select COMMON_CLK
e98ea774
LW
12 select PINCTRL
13 select PINCTRL_NOMADIK
b1b3f49c 14 select PL310_ERRATA_753970 if CACHE_PL310
f38406bb 15
d2a40972 16config UX500_SOC_DB8500
ded547a4 17 bool
b1b3f49c 18 select CPU_FREQ_TABLE if CPU_FREQ
650c2a21 19 select MFD_DB8500_PRCMU
b1b3f49c 20 select PINCTRL_DB8500
97b3b7a0 21 select REGULATOR
1032fbfd 22 select REGULATOR_DB8500_PRCMU
d2a40972 23
9372da50 24menu "Ux500 target platform (boards)"
aa44ef4d 25
5017f1cd
LW
26config MACH_MOP500
27 bool "U8500 Development platform, MOP500 versions"
5017f1cd
LW
28 select I2C
29 select I2C_NOMADIK
0b5ea1e2 30 select REGULATOR_FIXED_VOLTAGE
b1b3f49c
RK
31 select SOC_BUS
32 select UX500_SOC_DB8500
aa44ef4d 33 help
5017f1cd 34 Include support for the MOP500 development platform.
591d8dd7 35
9372da50 36config MACH_HREFV60
5017f1cd
LW
37 bool "U8500 Development platform, HREFv60 version"
38 select MACH_MOP500
39 help
40 Include support for the HREFv60 new development platform.
41 Includes HREFv70, v71 etc.
9372da50 42
11ab32a7
MP
43config MACH_SNOWBALL
44 bool "U8500 Snowball platform"
5017f1cd 45 select MACH_MOP500
11ab32a7
MP
46 help
47 Include support for the snowball development platform.
48
ded547a4
AB
49config UX500_AUTO_PLATFORM
50 def_bool y
5017f1cd 51 select MACH_MOP500
ded547a4
AB
52 help
53 At least one platform needs to be selected in order to build
54 a working kernel. If everything else is disabled, this
5017f1cd 55 automatically enables MACH_MOP500.
09893ee8 56
e27fc6cf
LJ
57config MACH_UX500_DT
58 bool "Generic U8500 support using device tree"
09893ee8 59 depends on MACH_MOP500
e27fc6cf
LJ
60 select USE_OF
61
d2a40972 62endmenu
f38406bb 63
39a982b4
RV
64config UX500_DEBUG_UART
65 int "Ux500 UART to use for low-level debug"
66 default 2
67 help
68 Choose the UART on which kernel low-level debug messages should be
69 output.
70
f38406bb 71endif
This page took 0.250473 seconds and 5 git commands to generate.