blob: 6d61ef01db5782f117808f0380dd3dac9a249f50 [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
Sascha Hauerbca6ef12009-04-01 11:11:48 +02008 select ARCH_MXC_IOMUX_V3
Sascha Hauercb8ebb02009-02-06 15:41:45 +01009
Holger Schurig6bbdbf22009-01-29 14:42:25 +010010comment "MX3 platforms:"
Quinn Jensen52c543f2007-07-09 22:06:53 +010011
12config MACH_MX31ADS
13 bool "Support MX31ADS platforms"
Sascha Hauercb8ebb02009-02-06 15:41:45 +010014 select ARCH_MX31
Quinn Jensen52c543f2007-07-09 22:06:53 +010015 default y
16 help
17 Include support for MX31ADS platform. This includes specific
18 configurations for the board and its peripherals.
19
Mark Brownfe7316b2009-01-15 16:14:30 +000020config MACH_MX31ADS_WM1133_EV1
21 bool "Support Wolfson Microelectronics 1133-EV1 module"
22 depends on MACH_MX31ADS
Mark Brown132d3f92009-04-14 11:25:18 +010023 depends on MFD_WM8350_I2C
24 depends on REGULATOR_WM8350
Mark Brownfe7316b2009-01-15 16:14:30 +000025 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
Sascha Hauerce8ffef2008-07-05 10:02:52 +020031config MACH_PCM037
Sascha Hauercb8ebb02009-02-06 15:41:45 +010032 bool "Support Phytec pcm037 (i.MX31) platforms"
33 select ARCH_MX31
Sascha Hauerce8ffef2008-07-05 10:02:52 +020034 help
35 Include support for Phytec pcm037 platform. This includes
36 specific configurations for the board and its peripherals.
37
Daniel Mack9a4cd7a2008-07-05 10:02:53 +020038config MACH_MX31LITE
39 bool "Support MX31 LITEKIT (LogicPD)"
Sascha Hauercb8ebb02009-02-06 15:41:45 +010040 select ARCH_MX31
Daniel Mack9a4cd7a2008-07-05 10:02:53 +020041 default n
42 help
43 Include support for MX31 LITEKIT platform. This includes specific
44 configurations for the board and its peripherals.
45
Fabio Estevam1553a1e2008-11-12 15:38:39 +010046config MACH_MX31_3DS
47 bool "Support MX31PDK (3DS)"
Sascha Hauercb8ebb02009-02-06 15:41:45 +010048 select ARCH_MX31
Fabio Estevam1553a1e2008-11-12 15:38:39 +010049 default n
50 help
51 Include support for MX31PDK (3DS) platform. This includes specific
52 configurations for the board and its peripherals.
53
Valentin Longchamp988d2d42008-11-23 17:35:08 +010054config MACH_MX31MOBOARD
55 bool "Support mx31moboard platforms (EPFL Mobots group)"
Sascha Hauercb8ebb02009-02-06 15:41:45 +010056 select ARCH_MX31
Valentin Longchamp988d2d42008-11-23 17:35:08 +010057 default n
58 help
59 Include support for mx31moboard platform. This includes specific
60 configurations for the board and its peripherals.
61
Ilya Yanok148854c2009-03-11 03:22:00 +030062config 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
Holger Schurig6bbdbf22009-01-29 14:42:25 +010070endif