[ARM] MXC: add cpu_is_ macros
[linux-2.6-block.git] / arch / arm / mach-mx3 / Kconfig
CommitLineData
6bbdbf2f
HS
1if ARCH_MX3
2
3comment "MX3 platforms:"
52c543f9
QJ
4
5config MACH_MX31ADS
6 bool "Support MX31ADS platforms"
7 default y
8 help
9 Include support for MX31ADS platform. This includes specific
10 configurations for the board and its peripherals.
11
fe7316bf
MB
12config MACH_MX31ADS_WM1133_EV1
13 bool "Support Wolfson Microelectronics 1133-EV1 module"
14 depends on MACH_MX31ADS
15 select MFD_WM8350_CONFIG_MODE_0
16 select MFD_WM8352_CONFIG_MODE_0
17 help
18 Include support for the Wolfson Microelectronics 1133-EV1 PMU
19 and audio module for the MX31ADS platform.
20
ce8ffef0
SH
21config MACH_PCM037
22 bool "Support Phytec pcm037 platforms"
23 help
24 Include support for Phytec pcm037 platform. This includes
25 specific configurations for the board and its peripherals.
26
9a4cd7a5
DM
27config MACH_MX31LITE
28 bool "Support MX31 LITEKIT (LogicPD)"
29 default n
30 help
31 Include support for MX31 LITEKIT platform. This includes specific
32 configurations for the board and its peripherals.
33
1553a1ec
FE
34config MACH_MX31_3DS
35 bool "Support MX31PDK (3DS)"
36 default n
37 help
38 Include support for MX31PDK (3DS) platform. This includes specific
39 configurations for the board and its peripherals.
40
988d2d49
VL
41config MACH_MX31MOBOARD
42 bool "Support mx31moboard platforms (EPFL Mobots group)"
43 default n
44 help
45 Include support for mx31moboard platform. This includes specific
46 configurations for the board and its peripherals.
47
6bbdbf2f 48endif