blob: ba2e377484f7338c8a60eb711fd261bd5958a20c [file] [log] [blame]
Eric Miao49cbe782009-01-20 14:15:18 +08001if ARCH_MMP
2
Eric Miao14c6b5e2009-03-20 12:50:22 +08003menu "Marvell PXA168/910 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
19endmenu
20
21config CPU_PXA168
22 bool
23 select CPU_MOHAWK
24 help
25 Select code specific to PXA168
26
Eric Miao14c6b5e2009-03-20 12:50:22 +080027config CPU_PXA910
28 bool
29 select CPU_MOHAWK
30 help
31 Select code specific to PXA910
32
Eric Miao49cbe782009-01-20 14:15:18 +080033endif