Merge branch 'kirkwood/cleanup' of git://git.infradead.org/users/jcooper/linux into...
[deliverable/linux.git] / arch / arm / mach-mmp / Kconfig
CommitLineData
49cbe786
EM
1if ARCH_MMP
2
2f7e8fae 3menu "Marvell PXA168/910/MMP2 Implmentations"
49cbe786
EM
4
5config MACH_ASPENITE
6 bool "Marvell's PXA168 Aspenite Development Board"
7 select CPU_PXA168
8 help
9 Say 'Y' here if you want to support the Marvell PXA168-based
10 Aspenite Development Board.
11
12config MACH_ZYLONITE2
13 bool "Marvell's PXA168 Zylonite2 Development Board"
14 select CPU_PXA168
15 help
16 Say 'Y' here if you want to support the Marvell PXA168-based
17 Zylonite2 Development Board.
18
9896de72
HZ
19config MACH_AVENGERS_LITE
20 bool "Marvell's PXA168 Avengers Lite Development Board"
21 select CPU_PXA168
22 help
23 Say 'Y' here if you want to support the Marvell PXA168-based
24 Avengers Lite Development Board.
25
a3929f31
EM
26config MACH_TAVOREVB
27 bool "Marvell's PXA910 TavorEVB Development Board"
28 select CPU_PXA910
29 help
30 Say 'Y' here if you want to support the Marvell PXA910-based
31 TavorEVB Development Board.
32
01215e35
EM
33config MACH_TTC_DKB
34 bool "Marvell's PXA910 TavorEVB Development Board"
35 select CPU_PXA910
36 help
37 Say 'Y' here if you want to support the Marvell PXA910-based
38 TTC_DKB Development Board.
39
13dee960
HZ
40config MACH_BROWNSTONE
41 bool "Marvell's Brownstone Development Platform"
42 depends on !CPU_MOHAWK
43 select CPU_MMP2
44 help
45 Say 'Y' here if you want to support the Marvell MMP2-based
46 Brown Development Platform.
47 MMP2-based board can't be co-existed with PXA168-based &
48 PXA910-based development board. Since MMP2 is compatible to
49 ARMv7 architecture.
50
2f7e8fae
HZ
51config MACH_FLINT
52 bool "Marvell's Flint Development Platform"
3f408fa0 53 depends on !CPU_MOHAWK
2f7e8fae
HZ
54 select CPU_MMP2
55 help
56 Say 'Y' here if you want to support the Marvell MMP2-based
57 Flint Development Platform.
58 MMP2-based board can't be co-existed with PXA168-based &
59 PXA910-based development board. Since MMP2 is compatible to
d38bdf48 60 ARMv7 architecture.
2f7e8fae 61
e1cb7db2
HZ
62config MACH_MARVELL_JASPER
63 bool "Marvell's Jasper Development Platform"
3f408fa0 64 depends on !CPU_MOHAWK
e1cb7db2
HZ
65 select CPU_MMP2
66 help
67 Say 'Y' here if you want to support the Marvell MMP2-base
68 Jasper Development Platform.
69 MMP2-based board can't be co-existed with PXA168-based &
70 PXA910-based development board. Since MMP2 is compatible to
d38bdf48 71 ARMv7 architecture.
e1cb7db2 72
1bbd7089
MB
73config MACH_TETON_BGA
74 bool "Marvell's PXA168 Teton BGA Development Board"
75 select CPU_PXA168
76 help
77 Say 'Y' here if you want to support the Marvell PXA168-based
78 Teton BGA Development Board.
79
c149f6c8 80config MACH_GPLUGD
f16e05c7
TU
81 bool "Marvell's PXA168 GuruPlug Display (gplugD) Board"
82 select CPU_PXA168
83 help
84 Say 'Y' here if you want to support the Marvell PXA168-based
85 GuruPlug Display (gplugD) Board
86
3f4dd322
HZ
87config MACH_MMP_DT
88 bool "Support MMP (ARMv5) platforms from device tree"
89 select CPU_PXA168
90 select CPU_PXA910
91 select USE_OF
92 help
93 Include support for Marvell MMP2 based platforms using
94 the device tree. Needn't select any other machine while
95 MACH_MMP_DT is enabled.
96
97config MACH_MMP2_DT
98 bool "Support MMP2 (ARMv7) platforms from device tree"
99 depends on !CPU_MOHAWK
100 select CPU_MMP2
101 select USE_OF
102 help
103 Include support for Marvell MMP2 based platforms using
104 the device tree.
105
49cbe786
EM
106endmenu
107
108config CPU_PXA168
109 bool
110 select CPU_MOHAWK
e5ad7ac7 111 select COMMON_CLK
49cbe786
EM
112 help
113 Select code specific to PXA168
114
14c6b5e7
EM
115config CPU_PXA910
116 bool
117 select CPU_MOHAWK
e5ad7ac7 118 select COMMON_CLK
14c6b5e7
EM
119 help
120 Select code specific to PXA910
121
2f7e8fae
HZ
122config CPU_MMP2
123 bool
3f408fa0 124 select CPU_PJ4
e5ad7ac7 125 select COMMON_CLK
2f7e8fae 126 help
3f408fa0 127 Select code specific to MMP2. MMP2 is ARMv7 compatible.
75b1bdf5
NZ
128
129config USB_EHCI_MV_U2O
130 bool "EHCI support for PXA USB OTG controller"
131 depends on USB_EHCI_MV
132 help
133 Enables support for OTG controller which can be switched to host mode.
134
49cbe786 135endif
This page took 0.215037 seconds and 5 git commands to generate.