Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux...
[sfrench/cifs-2.6.git] / arch / arm / mach-mx3 / Kconfig
1 if ARCH_MX3
2
3 config ARCH_MX31
4         select ARCH_HAS_RNGA
5         select ARCH_MXC_AUDMUX_V2
6         bool
7
8 config ARCH_MX35
9         bool
10         select ARCH_MXC_IOMUX_V3
11         select ARCH_MXC_AUDMUX_V2
12
13 comment "MX3 platforms:"
14
15 config MACH_MX31ADS
16         bool "Support MX31ADS platforms"
17         select ARCH_MX31
18         default y
19         help
20           Include support for MX31ADS platform. This includes specific
21           configurations for the board and its peripherals.
22
23 config MACH_MX31ADS_WM1133_EV1
24         bool "Support Wolfson Microelectronics 1133-EV1 module"
25         depends on MACH_MX31ADS
26         depends on MFD_WM8350_I2C
27         depends on REGULATOR_WM8350
28         select MFD_WM8350_CONFIG_MODE_0
29         select MFD_WM8352_CONFIG_MODE_0
30         help
31           Include support for the Wolfson Microelectronics 1133-EV1 PMU
32           and audio module for the MX31ADS platform.
33
34 config MACH_PCM037
35         bool "Support Phytec pcm037 (i.MX31) platforms"
36         select ARCH_MX31
37         help
38           Include support for Phytec pcm037 platform. This includes
39           specific configurations for the board and its peripherals.
40
41 config MACH_PCM037_EET
42         bool "Support pcm037 EET board extensions"
43         depends on MACH_PCM037
44         help
45           Add support for PCM037 EET baseboard extensions. If you are using the
46           OLED display with EET, use "video=mx3fb:CMEL-OLED" kernel
47           command-line parameter.
48
49 config MACH_MX31LITE
50         bool "Support MX31 LITEKIT (LogicPD)"
51         select ARCH_MX31
52         help
53           Include support for MX31 LITEKIT platform. This includes specific
54           configurations for the board and its peripherals.
55
56 config MACH_MX31_3DS
57         bool "Support MX31PDK (3DS)"
58         select ARCH_MX31
59         help
60           Include support for MX31PDK (3DS) platform. This includes specific
61           configurations for the board and its peripherals.
62
63 config MACH_MX31MOBOARD
64         bool "Support mx31moboard platforms (EPFL Mobots group)"
65         select ARCH_MX31
66         select MXC_ULPI
67         help
68           Include support for mx31moboard platform. This includes specific
69           configurations for the board and its peripherals.
70
71 config MACH_MX31LILLY
72         bool "Support MX31 LILLY-1131 platforms (INCO startec)"
73         select ARCH_MX31
74         help
75           Include support for mx31 based LILLY1131 modules. This includes
76           specific configurations for the board and its peripherals.
77
78 config MACH_QONG
79         bool "Support Dave/DENX QongEVB-LITE platform"
80         select ARCH_MX31
81         help
82           Include support for Dave/DENX QongEVB-LITE platform. This includes
83           specific configurations for the board and its peripherals.
84
85 config MACH_PCM043
86         bool "Support Phytec pcm043 (i.MX35) platforms"
87         select ARCH_MX35
88         help
89           Include support for Phytec pcm043 platform. This includes
90           specific configurations for the board and its peripherals.
91
92 config MACH_ARMADILLO5X0
93         bool "Support Atmark Armadillo-500 Development Base Board"
94         select ARCH_MX31
95         help
96           Include support for Atmark Armadillo-500 platform. This includes
97           specific configurations for the board and its peripherals.
98
99 config MACH_MX35_3DS
100         bool "Support MX35PDK platform"
101         select ARCH_MX35
102         default n
103         help
104           Include support for MX35PDK platform. This includes specific
105           configurations for the board and its peripherals.
106
107 config MACH_KZM_ARM11_01
108         bool "Support KZM-ARM11-01(Kyoto Microcomputer)"
109         select ARCH_MX31
110         help
111           Include support for KZM-ARM11-01. This includes specific
112           configurations for the board and its peripherals.
113
114 endif