Commit | Line | Data |
---|---|---|
6bbdbf2f HS |
1 | if ARCH_MX3 |
2 | ||
cb8ebb02 | 3 | config ARCH_MX31 |
45001e92 | 4 | select ARCH_HAS_RNGA |
cb8ebb02 SH |
5 | bool |
6 | ||
7 | config ARCH_MX35 | |
8 | bool | |
bca6ef1e | 9 | select ARCH_MXC_IOMUX_V3 |
cb8ebb02 | 10 | |
6bbdbf2f | 11 | comment "MX3 platforms:" |
52c543f9 QJ |
12 | |
13 | config MACH_MX31ADS | |
14 | bool "Support MX31ADS platforms" | |
cb8ebb02 | 15 | select ARCH_MX31 |
52c543f9 QJ |
16 | default y |
17 | help | |
18 | Include support for MX31ADS platform. This includes specific | |
19 | configurations for the board and its peripherals. | |
20 | ||
fe7316bf MB |
21 | config MACH_MX31ADS_WM1133_EV1 |
22 | bool "Support Wolfson Microelectronics 1133-EV1 module" | |
23 | depends on MACH_MX31ADS | |
132d3f95 MB |
24 | depends on MFD_WM8350_I2C |
25 | depends on REGULATOR_WM8350 | |
fe7316bf MB |
26 | select MFD_WM8350_CONFIG_MODE_0 |
27 | select MFD_WM8352_CONFIG_MODE_0 | |
28 | help | |
29 | Include support for the Wolfson Microelectronics 1133-EV1 PMU | |
30 | and audio module for the MX31ADS platform. | |
31 | ||
ce8ffef0 | 32 | config MACH_PCM037 |
cb8ebb02 SH |
33 | bool "Support Phytec pcm037 (i.MX31) platforms" |
34 | select ARCH_MX31 | |
ce8ffef0 SH |
35 | help |
36 | Include support for Phytec pcm037 platform. This includes | |
37 | specific configurations for the board and its peripherals. | |
38 | ||
9a4cd7a5 DM |
39 | config MACH_MX31LITE |
40 | bool "Support MX31 LITEKIT (LogicPD)" | |
cb8ebb02 | 41 | select ARCH_MX31 |
9a4cd7a5 DM |
42 | help |
43 | Include support for MX31 LITEKIT platform. This includes specific | |
44 | configurations for the board and its peripherals. | |
45 | ||
1553a1ec FE |
46 | config MACH_MX31_3DS |
47 | bool "Support MX31PDK (3DS)" | |
cb8ebb02 | 48 | select ARCH_MX31 |
1553a1ec FE |
49 | help |
50 | Include support for MX31PDK (3DS) platform. This includes specific | |
51 | configurations for the board and its peripherals. | |
52 | ||
988d2d49 VL |
53 | config MACH_MX31MOBOARD |
54 | bool "Support mx31moboard platforms (EPFL Mobots group)" | |
cb8ebb02 | 55 | select ARCH_MX31 |
988d2d49 VL |
56 | help |
57 | Include support for mx31moboard platform. This includes specific | |
58 | configurations for the board and its peripherals. | |
59 | ||
65b1aa13 DM |
60 | config MACH_MX31LILLY |
61 | bool "Support MX31 LILLY-1131 platforms (INCO startec)" | |
62 | select ARCH_MX31 | |
63 | help | |
64 | Include support for mx31 based LILLY1131 modules. This includes | |
65 | specific configurations for the board and its peripherals. | |
66 | ||
148854c6 IY |
67 | config MACH_QONG |
68 | bool "Support Dave/DENX QongEVB-LITE platform" | |
69 | select ARCH_MX31 | |
148854c6 IY |
70 | help |
71 | Include support for Dave/DENX QongEVB-LITE platform. This includes | |
72 | specific configurations for the board and its peripherals. | |
73 | ||
54df5268 SH |
74 | config MACH_PCM043 |
75 | bool "Support Phytec pcm043 (i.MX35) platforms" | |
76 | select ARCH_MX35 | |
77 | help | |
78 | Include support for Phytec pcm043 platform. This includes | |
79 | specific configurations for the board and its peripherals. | |
80 | ||
5e9145ed AP |
81 | config MACH_ARMADILLO5X0 |
82 | bool "Support Atmark Armadillo-500 Development Base Board" | |
83 | select ARCH_MX31 | |
84 | help | |
85 | Include support for Atmark Armadillo-500 platform. This includes | |
86 | specific configurations for the board and its peripherals. | |
87 | ||
aefa1c6e FE |
88 | config MACH_MX35_3DS |
89 | bool "Support MX35PDK platform" | |
90 | select ARCH_MX35 | |
91 | default n | |
92 | help | |
93 | Include support for MX35PDK platform. This includes specific | |
94 | configurations for the board and its peripherals. | |
6bbdbf2f | 95 | endif |