c77c86c47369c8aa8aefbbdb671704d5e5a6f0c3
[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 PL310_ERRATA_753970
9         select ARM_ERRATA_754322
10         select ARM_ERRATA_764369
11         select CACHE_L2X0
12         select PINCTRL
13         select PINCTRL_NOMADIK
14         select COMMON_CLK
15
16 config UX500_SOC_DB8500
17         bool
18         select MFD_DB8500_PRCMU
19         select REGULATOR
20         select REGULATOR_DB8500_PRCMU
21         select CPU_FREQ_TABLE if CPU_FREQ
22         select PINCTRL_DB8500
23
24 menu "Ux500 target platform (boards)"
25
26 config MACH_MOP500
27         bool "U8500 Development platform, MOP500 versions"
28         select UX500_SOC_DB8500
29         select I2C
30         select I2C_NOMADIK
31         select SOC_BUS
32         select REGULATOR_FIXED_VOLTAGE
33         help
34           Include support for the MOP500 development platform.
35
36 config MACH_HREFV60
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.
42
43 config MACH_SNOWBALL
44         bool "U8500 Snowball platform"
45         select MACH_MOP500
46         help
47           Include support for the snowball development platform.
48
49 config UX500_AUTO_PLATFORM
50         def_bool y
51         select MACH_MOP500
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
55           automatically enables MACH_MOP500.
56
57 config MACH_UX500_DT
58         bool "Generic U8500 support using device tree"
59         depends on MACH_MOP500
60         select USE_OF
61
62 endmenu
63
64 config 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
71 endif