Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic...
[linux-2.6-block.git] / arch / arm / mach-mx3 / Kconfig
CommitLineData
6bbdbf2f
HS
1if ARCH_MX3
2
cb8ebb02 3config ARCH_MX31
45001e92 4 select ARCH_HAS_RNGA
9eedbdf1 5 select ARCH_MXC_AUDMUX_V2
cb8ebb02
SH
6 bool
7
8config ARCH_MX35
9 bool
bca6ef1e 10 select ARCH_MXC_IOMUX_V3
9eedbdf1 11 select ARCH_MXC_AUDMUX_V2
cb8ebb02 12
6bbdbf2f 13comment "MX3 platforms:"
52c543f9
QJ
14
15config MACH_MX31ADS
16 bool "Support MX31ADS platforms"
cb8ebb02 17 select ARCH_MX31
52c543f9
QJ
18 default y
19 help
20 Include support for MX31ADS platform. This includes specific
21 configurations for the board and its peripherals.
22
fe7316bf
MB
23config MACH_MX31ADS_WM1133_EV1
24 bool "Support Wolfson Microelectronics 1133-EV1 module"
25 depends on MACH_MX31ADS
132d3f95
MB
26 depends on MFD_WM8350_I2C
27 depends on REGULATOR_WM8350
fe7316bf
MB
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
ce8ffef0 34config MACH_PCM037
cb8ebb02
SH
35 bool "Support Phytec pcm037 (i.MX31) platforms"
36 select ARCH_MX31
ce8ffef0
SH
37 help
38 Include support for Phytec pcm037 platform. This includes
39 specific configurations for the board and its peripherals.
40
574ec547
GL
41config 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
9a4cd7a5
DM
49config MACH_MX31LITE
50 bool "Support MX31 LITEKIT (LogicPD)"
cb8ebb02 51 select ARCH_MX31
f9ffaa9c 52 select MXC_ULPI if USB_ULPI
9a4cd7a5
DM
53 help
54 Include support for MX31 LITEKIT platform. This includes specific
55 configurations for the board and its peripherals.
56
1553a1ec
FE
57config MACH_MX31_3DS
58 bool "Support MX31PDK (3DS)"
cb8ebb02 59 select ARCH_MX31
1553a1ec
FE
60 help
61 Include support for MX31PDK (3DS) platform. This includes specific
62 configurations for the board and its peripherals.
63
988d2d49
VL
64config MACH_MX31MOBOARD
65 bool "Support mx31moboard platforms (EPFL Mobots group)"
cb8ebb02 66 select ARCH_MX31
f9ffaa9c 67 select MXC_ULPI if USB_ULPI
988d2d49
VL
68 help
69 Include support for mx31moboard platform. This includes specific
70 configurations for the board and its peripherals.
71
65b1aa13
DM
72config MACH_MX31LILLY
73 bool "Support MX31 LILLY-1131 platforms (INCO startec)"
74 select ARCH_MX31
75 help
76 Include support for mx31 based LILLY1131 modules. This includes
77 specific configurations for the board and its peripherals.
78
148854c6
IY
79config MACH_QONG
80 bool "Support Dave/DENX QongEVB-LITE platform"
81 select ARCH_MX31
148854c6
IY
82 help
83 Include support for Dave/DENX QongEVB-LITE platform. This includes
84 specific configurations for the board and its peripherals.
85
54df5268
SH
86config MACH_PCM043
87 bool "Support Phytec pcm043 (i.MX35) platforms"
88 select ARCH_MX35
89 help
90 Include support for Phytec pcm043 platform. This includes
91 specific configurations for the board and its peripherals.
92
5e9145ed
AP
93config MACH_ARMADILLO5X0
94 bool "Support Atmark Armadillo-500 Development Base Board"
95 select ARCH_MX31
96 help
97 Include support for Atmark Armadillo-500 platform. This includes
98 specific configurations for the board and its peripherals.
99
aefa1c6e
FE
100config MACH_MX35_3DS
101 bool "Support MX35PDK platform"
102 select ARCH_MX35
103 default n
104 help
105 Include support for MX35PDK platform. This includes specific
106 configurations for the board and its peripherals.
415c7d26
YY
107
108config MACH_KZM_ARM11_01
109 bool "Support KZM-ARM11-01(Kyoto Microcomputer)"
110 select ARCH_MX31
111 help
112 Include support for KZM-ARM11-01. This includes specific
113 configurations for the board and its peripherals.
114
6bbdbf2f 115endif