mirror of
https://github.com/torvalds/linux.git
synced 2024-12-13 06:32:50 +00:00
28 lines
541 B
Plaintext
28 lines
541 B
Plaintext
|
if ARCH_MMP
|
||
|
|
||
|
menu "Marvell PXA168 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.
|
||
|
|
||
|
endmenu
|
||
|
|
||
|
config CPU_PXA168
|
||
|
bool
|
||
|
select CPU_MOHAWK
|
||
|
help
|
||
|
Select code specific to PXA168
|
||
|
|
||
|
endif
|