Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
[pandora-kernel.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         select MXC_ULPI if USB_ULPI
38         help
39           Include support for Phytec pcm037 platform. This includes
40           specific configurations for the board and its peripherals.
41
42 config MACH_PCM037_EET
43         bool "Support pcm037 EET board extensions"
44         depends on MACH_PCM037
45         help
46           Add support for PCM037 EET baseboard extensions. If you are using the
47           OLED display with EET, use "video=mx3fb:CMEL-OLED" kernel
48           command-line parameter.
49
50 config MACH_MX31LITE
51         bool "Support MX31 LITEKIT (LogicPD)"
52         select ARCH_MX31
53         select MXC_ULPI if USB_ULPI
54         help
55           Include support for MX31 LITEKIT platform. This includes specific
56           configurations for the board and its peripherals.
57
58 config MACH_MX31_3DS
59         bool "Support MX31PDK (3DS)"
60         select ARCH_MX31
61         help
62           Include support for MX31PDK (3DS) platform. This includes specific
63           configurations for the board and its peripherals.
64
65 config MACH_MX31MOBOARD
66         bool "Support mx31moboard platforms (EPFL Mobots group)"
67         select ARCH_MX31
68         select MXC_ULPI if USB_ULPI
69         help
70           Include support for mx31moboard platform. This includes specific
71           configurations for the board and its peripherals.
72
73 config MACH_MX31LILLY
74         bool "Support MX31 LILLY-1131 platforms (INCO startec)"
75         select ARCH_MX31
76         help
77           Include support for mx31 based LILLY1131 modules. This includes
78           specific configurations for the board and its peripherals.
79
80 config MACH_QONG
81         bool "Support Dave/DENX QongEVB-LITE platform"
82         select ARCH_MX31
83         help
84           Include support for Dave/DENX QongEVB-LITE platform. This includes
85           specific configurations for the board and its peripherals.
86
87 config MACH_PCM043
88         bool "Support Phytec pcm043 (i.MX35) platforms"
89         select ARCH_MX35
90         select MXC_ULPI if USB_ULPI
91         help
92           Include support for Phytec pcm043 platform. This includes
93           specific configurations for the board and its peripherals.
94
95 config MACH_ARMADILLO5X0
96         bool "Support Atmark Armadillo-500 Development Base Board"
97         select ARCH_MX31
98         help
99           Include support for Atmark Armadillo-500 platform. This includes
100           specific configurations for the board and its peripherals.
101
102 config MACH_MX35_3DS
103         bool "Support MX35PDK platform"
104         select ARCH_MX35
105         default n
106         help
107           Include support for MX35PDK platform. This includes specific
108           configurations for the board and its peripherals.
109
110 config MACH_KZM_ARM11_01
111         bool "Support KZM-ARM11-01(Kyoto Microcomputer)"
112         select ARCH_MX31
113         help
114           Include support for KZM-ARM11-01. This includes specific
115           configurations for the board and its peripherals.
116
117 endif