blob: 7c939c69d6df91731d15a0b862c4b19597b9a839 [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
22 select MFD_WM8350_CONFIG_MODE_0
23 select MFD_WM8352_CONFIG_MODE_0
24 help
25 Include support for the Wolfson Microelectronics 1133-EV1 PMU
26 and audio module for the MX31ADS platform.
27
Sascha Hauerce8ffef2008-07-05 10:02:52 +020028config MACH_PCM037
Sascha Hauercb8ebb02009-02-06 15:41:45 +010029 bool "Support Phytec pcm037 (i.MX31) platforms"
30 select ARCH_MX31
Sascha Hauerce8ffef2008-07-05 10:02:52 +020031 help
32 Include support for Phytec pcm037 platform. This includes
33 specific configurations for the board and its peripherals.
34
Daniel Mack9a4cd7a2008-07-05 10:02:53 +020035config MACH_MX31LITE
36 bool "Support MX31 LITEKIT (LogicPD)"
Sascha Hauercb8ebb02009-02-06 15:41:45 +010037 select ARCH_MX31
Daniel Mack9a4cd7a2008-07-05 10:02:53 +020038 default n
39 help
40 Include support for MX31 LITEKIT platform. This includes specific
41 configurations for the board and its peripherals.
42
Fabio Estevam1553a1e2008-11-12 15:38:39 +010043config MACH_MX31_3DS
44 bool "Support MX31PDK (3DS)"
Sascha Hauercb8ebb02009-02-06 15:41:45 +010045 select ARCH_MX31
Fabio Estevam1553a1e2008-11-12 15:38:39 +010046 default n
47 help
48 Include support for MX31PDK (3DS) platform. This includes specific
49 configurations for the board and its peripherals.
50
Valentin Longchamp988d2d42008-11-23 17:35:08 +010051config MACH_MX31MOBOARD
52 bool "Support mx31moboard platforms (EPFL Mobots group)"
Sascha Hauercb8ebb02009-02-06 15:41:45 +010053 select ARCH_MX31
Valentin Longchamp988d2d42008-11-23 17:35:08 +010054 default n
55 help
56 Include support for mx31moboard platform. This includes specific
57 configurations for the board and its peripherals.
58
Holger Schurig6bbdbf22009-01-29 14:42:25 +010059endif