Adding support for MOXA ART SoC. Testing port of linux-2.6.32.60-moxart.
[linux-3.6.7-moxart.git] / arch / arm / mach-ux500 / Kconfig
blob53d3d46dec1290b4265a3c3c26d7ffc0449f223e
1 if ARCH_U8500
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
15 config UX500_SOC_DB8500
16         bool
17         select MFD_DB8500_PRCMU
18         select REGULATOR
19         select REGULATOR_DB8500_PRCMU
20         select CPU_FREQ_TABLE if CPU_FREQ
21         select PINCTRL_DB8500
23 menu "Ux500 target platform (boards)"
25 config MACH_MOP500
26         bool "U8500 Development platform, MOP500 versions"
27         select UX500_SOC_DB8500
28         select I2C
29         select I2C_NOMADIK
30         select SOC_BUS
31         help
32           Include support for the MOP500 development platform.
34 config MACH_HREFV60
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.
41 config MACH_SNOWBALL
42         bool "U8500 Snowball platform"
43         select MACH_MOP500
44         help
45           Include support for the snowball development platform.
47 config UX500_AUTO_PLATFORM
48         def_bool y
49         select MACH_MOP500
50         help
51           At least one platform needs to be selected in order to build
52           a working kernel. If everything else is disabled, this
53           automatically enables MACH_MOP500.
55 config MACH_UX500_DT
56         bool "Generic U8500 support using device tree"
57         depends on MACH_MOP500
58         select USE_OF
60 endmenu
62 config UX500_DEBUG_UART
63         int "Ux500 UART to use for low-level debug"
64         default 2
65         help
66           Choose the UART on which kernel low-level debug messages should be
67           output.
69 endif