Holger Schurig | 6bbdbf2 | 2009-01-29 14:42:25 +0100 | [diff] [blame^] | 1 | if ARCH_MX3 |
| 2 | |
| 3 | comment "MX3 platforms:" |
Quinn Jensen | 52c543f | 2007-07-09 22:06:53 +0100 | [diff] [blame] | 4 | |
| 5 | config 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 Brown | fe7316b | 2009-01-15 16:14:30 +0000 | [diff] [blame] | 12 | config 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 Hauer | ce8ffef | 2008-07-05 10:02:52 +0200 | [diff] [blame] | 21 | config 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 Mack | 9a4cd7a | 2008-07-05 10:02:53 +0200 | [diff] [blame] | 27 | config 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 Estevam | 1553a1e | 2008-11-12 15:38:39 +0100 | [diff] [blame] | 34 | config 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 Longchamp | 988d2d4 | 2008-11-23 17:35:08 +0100 | [diff] [blame] | 41 | config 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 Schurig | 6bbdbf2 | 2009-01-29 14:42:25 +0100 | [diff] [blame^] | 48 | endif |