blob: 6933d2d0b5688c1924ad62e7a2c5201adeb2dde3 [file] [log] [blame]
Holger Schurig6bbdbf22009-01-29 14:42:25 +01001if ARCH_MX3
2
3comment "MX3 platforms:"
Quinn Jensen52c543f2007-07-09 22:06:53 +01004
5config MACH_MX31ADS
6 bool "Support MX31ADS platforms"
7 default y
8 help
9 Include support for MX31ADS platform. This includes specific
10 configurations for the board and its peripherals.
11
Mark Brownfe7316b2009-01-15 16:14:30 +000012config MACH_MX31ADS_WM1133_EV1
13 bool "Support Wolfson Microelectronics 1133-EV1 module"
14 depends on MACH_MX31ADS
15 select MFD_WM8350_CONFIG_MODE_0
16 select MFD_WM8352_CONFIG_MODE_0
17 help
18 Include support for the Wolfson Microelectronics 1133-EV1 PMU
19 and audio module for the MX31ADS platform.
20
Sascha Hauerce8ffef2008-07-05 10:02:52 +020021config MACH_PCM037
22 bool "Support Phytec pcm037 platforms"
23 help
24 Include support for Phytec pcm037 platform. This includes
25 specific configurations for the board and its peripherals.
26
Daniel Mack9a4cd7a2008-07-05 10:02:53 +020027config MACH_MX31LITE
28 bool "Support MX31 LITEKIT (LogicPD)"
29 default n
30 help
31 Include support for MX31 LITEKIT platform. This includes specific
32 configurations for the board and its peripherals.
33
Fabio Estevam1553a1e2008-11-12 15:38:39 +010034config MACH_MX31_3DS
35 bool "Support MX31PDK (3DS)"
36 default n
37 help
38 Include support for MX31PDK (3DS) platform. This includes specific
39 configurations for the board and its peripherals.
40
Valentin Longchamp988d2d42008-11-23 17:35:08 +010041config MACH_MX31MOBOARD
42 bool "Support mx31moboard platforms (EPFL Mobots group)"
43 default n
44 help
45 Include support for mx31moboard platform. This includes specific
46 configurations for the board and its peripherals.
47
Holger Schurig6bbdbf22009-01-29 14:42:25 +010048endif