01215e35c2
Signed-off-by: Bin Yang <bin.yang@marvell.com> Signed-off-by: Eric Miao <eric.miao@marvell.com>
47 lines
1,015 B
Text
47 lines
1,015 B
Text
if ARCH_MMP
|
|
|
|
menu "Marvell PXA168/910 Implmentations"
|
|
|
|
config MACH_ASPENITE
|
|
bool "Marvell's PXA168 Aspenite Development Board"
|
|
select CPU_PXA168
|
|
help
|
|
Say 'Y' here if you want to support the Marvell PXA168-based
|
|
Aspenite Development Board.
|
|
|
|
config MACH_ZYLONITE2
|
|
bool "Marvell's PXA168 Zylonite2 Development Board"
|
|
select CPU_PXA168
|
|
help
|
|
Say 'Y' here if you want to support the Marvell PXA168-based
|
|
Zylonite2 Development Board.
|
|
|
|
config MACH_TAVOREVB
|
|
bool "Marvell's PXA910 TavorEVB Development Board"
|
|
select CPU_PXA910
|
|
help
|
|
Say 'Y' here if you want to support the Marvell PXA910-based
|
|
TavorEVB Development Board.
|
|
|
|
config MACH_TTC_DKB
|
|
bool "Marvell's PXA910 TavorEVB Development Board"
|
|
select CPU_PXA910
|
|
help
|
|
Say 'Y' here if you want to support the Marvell PXA910-based
|
|
TTC_DKB Development Board.
|
|
|
|
endmenu
|
|
|
|
config CPU_PXA168
|
|
bool
|
|
select CPU_MOHAWK
|
|
help
|
|
Select code specific to PXA168
|
|
|
|
config CPU_PXA910
|
|
bool
|
|
select CPU_MOHAWK
|
|
help
|
|
Select code specific to PXA910
|
|
|
|
endif
|