ARM: mx3/lilly1131: add USB support
[deliverable/linux.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
ee14373c 37 select MXC_ULPI if USB_ULPI
ce8ffef0
SH
38 help
39 Include support for Phytec pcm037 platform. This includes
40 specific configurations for the board and its peripherals.
41
574ec547
GL
42config 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
9a4cd7a5
DM
50config MACH_MX31LITE
51 bool "Support MX31 LITEKIT (LogicPD)"
cb8ebb02 52 select ARCH_MX31
f9ffaa9c 53 select MXC_ULPI if USB_ULPI
9a4cd7a5
DM
54 help
55 Include support for MX31 LITEKIT platform. This includes specific
56 configurations for the board and its peripherals.
57
1553a1ec
FE
58config MACH_MX31_3DS
59 bool "Support MX31PDK (3DS)"
cb8ebb02 60 select ARCH_MX31
1553a1ec
FE
61 help
62 Include support for MX31PDK (3DS) platform. This includes specific
63 configurations for the board and its peripherals.
64
a1b67b95
AP
65config MACH_MX31_3DS_MXC_NAND_USE_BBT
66 bool "Make the MXC NAND driver use the in flash Bad Block Table"
67 depends on MACH_MX31_3DS
68 depends on MTD_NAND_MXC
69 help
70 Enable this if you want that the MXC NAND driver uses the in flash
71 Bad Block Table to know what blocks are bad instead of scanning the
72 entire flash looking for bad block markers.
73
988d2d49
VL
74config MACH_MX31MOBOARD
75 bool "Support mx31moboard platforms (EPFL Mobots group)"
cb8ebb02 76 select ARCH_MX31
f9ffaa9c 77 select MXC_ULPI if USB_ULPI
988d2d49
VL
78 help
79 Include support for mx31moboard platform. This includes specific
80 configurations for the board and its peripherals.
81
65b1aa13
DM
82config MACH_MX31LILLY
83 bool "Support MX31 LILLY-1131 platforms (INCO startec)"
84 select ARCH_MX31
066fb847 85 select MXC_ULPI if USB_ULPI
65b1aa13
DM
86 help
87 Include support for mx31 based LILLY1131 modules. This includes
88 specific configurations for the board and its peripherals.
89
148854c6
IY
90config MACH_QONG
91 bool "Support Dave/DENX QongEVB-LITE platform"
92 select ARCH_MX31
148854c6
IY
93 help
94 Include support for Dave/DENX QongEVB-LITE platform. This includes
95 specific configurations for the board and its peripherals.
96
54df5268
SH
97config MACH_PCM043
98 bool "Support Phytec pcm043 (i.MX35) platforms"
99 select ARCH_MX35
cb2dc111 100 select MXC_ULPI if USB_ULPI
54df5268
SH
101 help
102 Include support for Phytec pcm043 platform. This includes
103 specific configurations for the board and its peripherals.
104
5e9145ed
AP
105config MACH_ARMADILLO5X0
106 bool "Support Atmark Armadillo-500 Development Base Board"
107 select ARCH_MX31
b3aa111f 108 select MXC_ULPI if USB_ULPI
5e9145ed
AP
109 help
110 Include support for Atmark Armadillo-500 platform. This includes
111 specific configurations for the board and its peripherals.
112
aefa1c6e
FE
113config MACH_MX35_3DS
114 bool "Support MX35PDK platform"
115 select ARCH_MX35
116 default n
117 help
118 Include support for MX35PDK platform. This includes specific
119 configurations for the board and its peripherals.
415c7d26
YY
120
121config MACH_KZM_ARM11_01
122 bool "Support KZM-ARM11-01(Kyoto Microcomputer)"
123 select ARCH_MX31
124 help
125 Include support for KZM-ARM11-01. This includes specific
126 configurations for the board and its peripherals.
127
6bbdbf2f 128endif
This page took 0.239216 seconds and 5 git commands to generate.