]> bbs.cooldavid.org Git - net-next-2.6.git/blame - arch/arm/mach-mx3/Kconfig
MXC irq: remove unused defines
[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
132d3f95
MB
22 depends on MFD_WM8350_I2C
23 depends on REGULATOR_WM8350
fe7316bf
MB
24 select MFD_WM8350_CONFIG_MODE_0
25 select MFD_WM8352_CONFIG_MODE_0
26 help
27 Include support for the Wolfson Microelectronics 1133-EV1 PMU
28 and audio module for the MX31ADS platform.
29
ce8ffef0 30config MACH_PCM037
cb8ebb02
SH
31 bool "Support Phytec pcm037 (i.MX31) platforms"
32 select ARCH_MX31
ce8ffef0
SH
33 help
34 Include support for Phytec pcm037 platform. This includes
35 specific configurations for the board and its peripherals.
36
9a4cd7a5
DM
37config MACH_MX31LITE
38 bool "Support MX31 LITEKIT (LogicPD)"
cb8ebb02 39 select ARCH_MX31
9a4cd7a5
DM
40 default n
41 help
42 Include support for MX31 LITEKIT platform. This includes specific
43 configurations for the board and its peripherals.
44
1553a1ec
FE
45config MACH_MX31_3DS
46 bool "Support MX31PDK (3DS)"
cb8ebb02 47 select ARCH_MX31
1553a1ec
FE
48 default n
49 help
50 Include support for MX31PDK (3DS) platform. This includes specific
51 configurations for the board and its peripherals.
52
988d2d49
VL
53config MACH_MX31MOBOARD
54 bool "Support mx31moboard platforms (EPFL Mobots group)"
cb8ebb02 55 select ARCH_MX31
988d2d49
VL
56 default n
57 help
58 Include support for mx31moboard platform. This includes specific
59 configurations for the board and its peripherals.
60
148854c6
IY
61config MACH_QONG
62 bool "Support Dave/DENX QongEVB-LITE platform"
63 select ARCH_MX31
64 default n
65 help
66 Include support for Dave/DENX QongEVB-LITE platform. This includes
67 specific configurations for the board and its peripherals.
68
6bbdbf2f 69endif