Quinn Jensen | 52c543f | 2007-07-09 22:06:53 +0100 | [diff] [blame] | 1 | menu "MX3 Options" |
| 2 | depends on ARCH_MX3 |
| 3 | |
| 4 | config 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 Brown | fe7316b | 2009-01-15 16:14:30 +0000 | [diff] [blame^] | 11 | config 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 Hauer | ce8ffef | 2008-07-05 10:02:52 +0200 | [diff] [blame] | 20 | config 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 Mack | 9a4cd7a | 2008-07-05 10:02:53 +0200 | [diff] [blame] | 26 | config 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 Estevam | 1553a1e | 2008-11-12 15:38:39 +0100 | [diff] [blame] | 33 | config 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 Longchamp | 988d2d4 | 2008-11-23 17:35:08 +0100 | [diff] [blame] | 40 | config 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 Jensen | 52c543f | 2007-07-09 22:06:53 +0100 | [diff] [blame] | 47 | endmenu |
| 48 | |