[ARM] MX35: Add PCM043 board support
[sfrench/cifs-2.6.git] / arch / arm / mach-mx3 / Kconfig
1 if ARCH_MX3
2
3 config ARCH_MX31
4         bool
5
6 config ARCH_MX35
7         bool
8         select ARCH_MXC_IOMUX_V3
9
10 comment "MX3 platforms:"
11
12 config MACH_MX31ADS
13         bool "Support MX31ADS platforms"
14         select ARCH_MX31
15         default y
16         help
17           Include support for MX31ADS platform. This includes specific
18           configurations for the board and its peripherals.
19
20 config MACH_MX31ADS_WM1133_EV1
21         bool "Support Wolfson Microelectronics 1133-EV1 module"
22         depends on MACH_MX31ADS
23         depends on MFD_WM8350_I2C
24         depends on REGULATOR_WM8350
25         select MFD_WM8350_CONFIG_MODE_0
26         select MFD_WM8352_CONFIG_MODE_0
27         help
28           Include support for the Wolfson Microelectronics 1133-EV1 PMU
29           and audio module for the MX31ADS platform.
30
31 config MACH_PCM037
32         bool "Support Phytec pcm037 (i.MX31) platforms"
33         select ARCH_MX31
34         help
35           Include support for Phytec pcm037 platform. This includes
36           specific configurations for the board and its peripherals.
37
38 config MACH_MX31LITE
39         bool "Support MX31 LITEKIT (LogicPD)"
40         select ARCH_MX31
41         default n
42         help
43           Include support for MX31 LITEKIT platform. This includes specific
44           configurations for the board and its peripherals.
45
46 config MACH_MX31_3DS
47         bool "Support MX31PDK (3DS)"
48         select ARCH_MX31
49         default n
50         help
51           Include support for MX31PDK (3DS) platform. This includes specific
52           configurations for the board and its peripherals.
53
54 config MACH_MX31MOBOARD
55         bool "Support mx31moboard platforms (EPFL Mobots group)"
56         select ARCH_MX31
57         default n
58         help
59           Include support for mx31moboard platform. This includes specific
60           configurations for the board and its peripherals.
61
62 config MACH_QONG
63         bool "Support Dave/DENX QongEVB-LITE platform"
64         select ARCH_MX31
65         default n
66         help
67           Include support for Dave/DENX QongEVB-LITE platform. This includes
68           specific configurations for the board and its peripherals.
69
70 config MACH_PCM043
71         bool "Support Phytec pcm043 (i.MX35) platforms"
72         select ARCH_MX35
73         help
74           Include support for Phytec pcm043 platform. This includes
75           specific configurations for the board and its peripherals.
76
77 endif