arm/imx: Kconfig beautification
[linux-2.6] / arch / arm / mach-mx3 / Kconfig
1 if ARCH_MX3
2
3 comment "MX3 platforms:"
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
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
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
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
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
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
48 endif