blob: 194b8428bba48ba327e88a4327381d6a062d5a5d [file] [log] [blame]
Holger Schurig6bbdbf22009-01-29 14:42:25 +01001if ARCH_MX3
2
Sascha Hauercb8ebb02009-02-06 15:41:45 +01003config ARCH_MX31
4 bool
5
6config ARCH_MX35
7 bool
8
Holger Schurig6bbdbf22009-01-29 14:42:25 +01009comment "MX3 platforms:"
Quinn Jensen52c543f2007-07-09 22:06:53 +010010
11config MACH_MX31ADS
12 bool "Support MX31ADS platforms"
Sascha Hauercb8ebb02009-02-06 15:41:45 +010013 select ARCH_MX31
Quinn Jensen52c543f2007-07-09 22:06:53 +010014 default y
15 help
16 Include support for MX31ADS platform. This includes specific
17 configurations for the board and its peripherals.
18
Mark Brownfe7316b2009-01-15 16:14:30 +000019config MACH_MX31ADS_WM1133_EV1
20 bool "Support Wolfson Microelectronics 1133-EV1 module"
21 depends on MACH_MX31ADS
Mark Brown132d3f92009-04-14 11:25:18 +010022 depends on MFD_WM8350_I2C
23 depends on REGULATOR_WM8350
Mark Brownfe7316b2009-01-15 16:14:30 +000024 select MFD_WM8350_CONFIG_MODE_0
25 select MFD_WM8352_CONFIG_MODE_0
26 help
27 Include support for the Wolfson Microelectronics 1133-EV1 PMU
28 and audio module for the MX31ADS platform.
29
Sascha Hauerce8ffef2008-07-05 10:02:52 +020030config MACH_PCM037
Sascha Hauercb8ebb02009-02-06 15:41:45 +010031 bool "Support Phytec pcm037 (i.MX31) platforms"
32 select ARCH_MX31
Sascha Hauerce8ffef2008-07-05 10:02:52 +020033 help
34 Include support for Phytec pcm037 platform. This includes
35 specific configurations for the board and its peripherals.
36
Daniel Mack9a4cd7a2008-07-05 10:02:53 +020037config MACH_MX31LITE
38 bool "Support MX31 LITEKIT (LogicPD)"
Sascha Hauercb8ebb02009-02-06 15:41:45 +010039 select ARCH_MX31
Daniel Mack9a4cd7a2008-07-05 10:02:53 +020040 default n
41 help
42 Include support for MX31 LITEKIT platform. This includes specific
43 configurations for the board and its peripherals.
44
Fabio Estevam1553a1e2008-11-12 15:38:39 +010045config MACH_MX31_3DS
46 bool "Support MX31PDK (3DS)"
Sascha Hauercb8ebb02009-02-06 15:41:45 +010047 select ARCH_MX31
Fabio Estevam1553a1e2008-11-12 15:38:39 +010048 default n
49 help
50 Include support for MX31PDK (3DS) platform. This includes specific
51 configurations for the board and its peripherals.
52
Valentin Longchamp988d2d42008-11-23 17:35:08 +010053config MACH_MX31MOBOARD
54 bool "Support mx31moboard platforms (EPFL Mobots group)"
Sascha Hauercb8ebb02009-02-06 15:41:45 +010055 select ARCH_MX31
Valentin Longchamp988d2d42008-11-23 17:35:08 +010056 default n
57 help
58 Include support for mx31moboard platform. This includes specific
59 configurations for the board and its peripherals.
60
Ilya Yanok148854c2009-03-11 03:22:00 +030061config MACH_QONG
62 bool "Support Dave/DENX QongEVB-LITE platform"
63 select ARCH_MX31
64 default n
65 help
66 Include support for Dave/DENX QongEVB-LITE platform. This includes
67 specific configurations for the board and its peripherals.
68
Holger Schurig6bbdbf22009-01-29 14:42:25 +010069endif