blob: 6fea54196324bd5128fcc1fdcff3df2829754a82 [file] [log] [blame]
Quinn Jensen52c543f2007-07-09 22:06:53 +01001menu "MX3 Options"
2 depends on ARCH_MX3
3
4config MACH_MX31ADS
5 bool "Support MX31ADS platforms"
6 default y
7 help
8 Include support for MX31ADS platform. This includes specific
9 configurations for the board and its peripherals.
10
Mark Brownfe7316b2009-01-15 16:14:30 +000011config MACH_MX31ADS_WM1133_EV1
12 bool "Support Wolfson Microelectronics 1133-EV1 module"
13 depends on MACH_MX31ADS
14 select MFD_WM8350_CONFIG_MODE_0
15 select MFD_WM8352_CONFIG_MODE_0
16 help
17 Include support for the Wolfson Microelectronics 1133-EV1 PMU
18 and audio module for the MX31ADS platform.
19
Sascha Hauerce8ffef2008-07-05 10:02:52 +020020config MACH_PCM037
21 bool "Support Phytec pcm037 platforms"
22 help
23 Include support for Phytec pcm037 platform. This includes
24 specific configurations for the board and its peripherals.
25
Daniel Mack9a4cd7a2008-07-05 10:02:53 +020026config MACH_MX31LITE
27 bool "Support MX31 LITEKIT (LogicPD)"
28 default n
29 help
30 Include support for MX31 LITEKIT platform. This includes specific
31 configurations for the board and its peripherals.
32
Fabio Estevam1553a1e2008-11-12 15:38:39 +010033config MACH_MX31_3DS
34 bool "Support MX31PDK (3DS)"
35 default n
36 help
37 Include support for MX31PDK (3DS) platform. This includes specific
38 configurations for the board and its peripherals.
39
Valentin Longchamp988d2d42008-11-23 17:35:08 +010040config MACH_MX31MOBOARD
41 bool "Support mx31moboard platforms (EPFL Mobots group)"
42 default n
43 help
44 Include support for mx31moboard platform. This includes specific
45 configurations for the board and its peripherals.
46
Quinn Jensen52c543f2007-07-09 22:06:53 +010047endmenu
48