Holger Schurig | 6bbdbf2 | 2009-01-29 14:42:25 +0100 | [diff] [blame] | 1 | if ARCH_MX3 |
| 2 | |
Sascha Hauer | cb8ebb0 | 2009-02-06 15:41:45 +0100 | [diff] [blame^] | 3 | config ARCH_MX31 |
| 4 | bool |
| 5 | |
| 6 | config ARCH_MX35 |
| 7 | bool |
| 8 | |
Holger Schurig | 6bbdbf2 | 2009-01-29 14:42:25 +0100 | [diff] [blame] | 9 | comment "MX3 platforms:" |
Quinn Jensen | 52c543f | 2007-07-09 22:06:53 +0100 | [diff] [blame] | 10 | |
| 11 | config MACH_MX31ADS |
| 12 | bool "Support MX31ADS platforms" |
Sascha Hauer | cb8ebb0 | 2009-02-06 15:41:45 +0100 | [diff] [blame^] | 13 | select ARCH_MX31 |
Quinn Jensen | 52c543f | 2007-07-09 22:06:53 +0100 | [diff] [blame] | 14 | default y |
| 15 | help |
| 16 | Include support for MX31ADS platform. This includes specific |
| 17 | configurations for the board and its peripherals. |
| 18 | |
Mark Brown | fe7316b | 2009-01-15 16:14:30 +0000 | [diff] [blame] | 19 | config 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 Hauer | ce8ffef | 2008-07-05 10:02:52 +0200 | [diff] [blame] | 28 | config MACH_PCM037 |
Sascha Hauer | cb8ebb0 | 2009-02-06 15:41:45 +0100 | [diff] [blame^] | 29 | bool "Support Phytec pcm037 (i.MX31) platforms" |
| 30 | select ARCH_MX31 |
Sascha Hauer | ce8ffef | 2008-07-05 10:02:52 +0200 | [diff] [blame] | 31 | help |
| 32 | Include support for Phytec pcm037 platform. This includes |
| 33 | specific configurations for the board and its peripherals. |
| 34 | |
Daniel Mack | 9a4cd7a | 2008-07-05 10:02:53 +0200 | [diff] [blame] | 35 | config MACH_MX31LITE |
| 36 | bool "Support MX31 LITEKIT (LogicPD)" |
Sascha Hauer | cb8ebb0 | 2009-02-06 15:41:45 +0100 | [diff] [blame^] | 37 | select ARCH_MX31 |
Daniel Mack | 9a4cd7a | 2008-07-05 10:02:53 +0200 | [diff] [blame] | 38 | default n |
| 39 | help |
| 40 | Include support for MX31 LITEKIT platform. This includes specific |
| 41 | configurations for the board and its peripherals. |
| 42 | |
Fabio Estevam | 1553a1e | 2008-11-12 15:38:39 +0100 | [diff] [blame] | 43 | config MACH_MX31_3DS |
| 44 | bool "Support MX31PDK (3DS)" |
Sascha Hauer | cb8ebb0 | 2009-02-06 15:41:45 +0100 | [diff] [blame^] | 45 | select ARCH_MX31 |
Fabio Estevam | 1553a1e | 2008-11-12 15:38:39 +0100 | [diff] [blame] | 46 | default n |
| 47 | help |
| 48 | Include support for MX31PDK (3DS) platform. This includes specific |
| 49 | configurations for the board and its peripherals. |
| 50 | |
Valentin Longchamp | 988d2d4 | 2008-11-23 17:35:08 +0100 | [diff] [blame] | 51 | config MACH_MX31MOBOARD |
| 52 | bool "Support mx31moboard platforms (EPFL Mobots group)" |
Sascha Hauer | cb8ebb0 | 2009-02-06 15:41:45 +0100 | [diff] [blame^] | 53 | select ARCH_MX31 |
Valentin Longchamp | 988d2d4 | 2008-11-23 17:35:08 +0100 | [diff] [blame] | 54 | default n |
| 55 | help |
| 56 | Include support for mx31moboard platform. This includes specific |
| 57 | configurations for the board and its peripherals. |
| 58 | |
Holger Schurig | 6bbdbf2 | 2009-01-29 14:42:25 +0100 | [diff] [blame] | 59 | endif |