blob: 95e7c4abb27f9c2b49d478d16e74c3c3d685a07c [file] [log] [blame]
Eric Miao49cbe782009-01-20 14:15:18 +08001if ARCH_MMP
2
Haojian Zhuang2f7e8fa2009-12-04 09:41:28 -05003menu "Marvell PXA168/910/MMP2 Implmentations"
Eric Miao49cbe782009-01-20 14:15:18 +08004
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
Haojian Zhuang9896de72010-01-12 08:54:50 +080019config 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
Eric Miaoa3929f32009-03-20 13:27:30 +080026config 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
Eric Miao01215e32009-03-20 13:33:49 +080033config 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
Haojian Zhuang13dee962010-11-25 11:33:13 +080040config 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
Haojian Zhuang2f7e8fa2009-12-04 09:41:28 -050051config MACH_FLINT
52 bool "Marvell's Flint Development Platform"
53 select CPU_MMP2
54 help
55 Say 'Y' here if you want to support the Marvell MMP2-based
56 Flint Development Platform.
57 MMP2-based board can't be co-existed with PXA168-based &
58 PXA910-based development board. Since MMP2 is compatible to
59 ARMv6 architecture.
60
Haojian Zhuange1cb7db2010-01-06 09:07:15 -050061config MACH_MARVELL_JASPER
62 bool "Marvell's Jasper Development Platform"
63 select CPU_MMP2
64 help
65 Say 'Y' here if you want to support the Marvell MMP2-base
66 Jasper Development Platform.
67 MMP2-based board can't be co-existed with PXA168-based &
68 PXA910-based development board. Since MMP2 is compatible to
69 ARMv6 architecture.
70
Mark F. Brown1bbd7082010-09-12 23:51:34 -040071config MACH_TETON_BGA
72 bool "Marvell's PXA168 Teton BGA Development Board"
73 select CPU_PXA168
74 help
75 Say 'Y' here if you want to support the Marvell PXA168-based
76 Teton BGA Development Board.
77
Eric Miao49cbe782009-01-20 14:15:18 +080078endmenu
79
80config CPU_PXA168
81 bool
82 select CPU_MOHAWK
83 help
84 Select code specific to PXA168
85
Eric Miao14c6b5e2009-03-20 12:50:22 +080086config CPU_PXA910
87 bool
88 select CPU_MOHAWK
89 help
90 Select code specific to PXA910
91
Haojian Zhuang2f7e8fa2009-12-04 09:41:28 -050092config CPU_MMP2
93 bool
94 select CPU_V6
95 select CPU_32v6K
96 help
97 Select code specific to MMP2. MMP2 is ARMv6 compatible.
Eric Miao49cbe782009-01-20 14:15:18 +080098endif