]> bbs.cooldavid.org Git - net-next-2.6.git/blame - arch/arm/mach-mx3/Kconfig
Fix ifdef in plat-mxc/irc.c
[net-next-2.6.git] / arch / arm / mach-mx3 / Kconfig
CommitLineData
6bbdbf2f
HS
1if ARCH_MX3
2
cb8ebb02
SH
3config ARCH_MX31
4 bool
5
6config ARCH_MX35
7 bool
8
6bbdbf2f 9comment "MX3 platforms:"
52c543f9
QJ
10
11config MACH_MX31ADS
12 bool "Support MX31ADS platforms"
cb8ebb02 13 select ARCH_MX31
52c543f9
QJ
14 default y
15 help
16 Include support for MX31ADS platform. This includes specific
17 configurations for the board and its peripherals.
18
fe7316bf
MB
19config 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
ce8ffef0 28config MACH_PCM037
cb8ebb02
SH
29 bool "Support Phytec pcm037 (i.MX31) platforms"
30 select ARCH_MX31
ce8ffef0
SH
31 help
32 Include support for Phytec pcm037 platform. This includes
33 specific configurations for the board and its peripherals.
34
9a4cd7a5
DM
35config MACH_MX31LITE
36 bool "Support MX31 LITEKIT (LogicPD)"
cb8ebb02 37 select ARCH_MX31
9a4cd7a5
DM
38 default n
39 help
40 Include support for MX31 LITEKIT platform. This includes specific
41 configurations for the board and its peripherals.
42
1553a1ec
FE
43config MACH_MX31_3DS
44 bool "Support MX31PDK (3DS)"
cb8ebb02 45 select ARCH_MX31
1553a1ec
FE
46 default n
47 help
48 Include support for MX31PDK (3DS) platform. This includes specific
49 configurations for the board and its peripherals.
50
988d2d49
VL
51config MACH_MX31MOBOARD
52 bool "Support mx31moboard platforms (EPFL Mobots group)"
cb8ebb02 53 select ARCH_MX31
988d2d49
VL
54 default n
55 help
56 Include support for mx31moboard platform. This includes specific
57 configurations for the board and its peripherals.
58
148854c6
IY
59config MACH_QONG
60 bool "Support Dave/DENX QongEVB-LITE platform"
61 select ARCH_MX31
62 default n
63 help
64 Include support for Dave/DENX QongEVB-LITE platform. This includes
65 specific configurations for the board and its peripherals.
66
6bbdbf2f 67endif