149cbe786SEric Miaoif ARCH_MMP 249cbe786SEric Miao 32f7e8faeSHaojian Zhuangmenu "Marvell PXA168/910/MMP2 Implmentations" 449cbe786SEric Miao 549cbe786SEric Miaoconfig MACH_ASPENITE 649cbe786SEric Miao bool "Marvell's PXA168 Aspenite Development Board" 749cbe786SEric Miao select CPU_PXA168 849cbe786SEric Miao help 949cbe786SEric Miao Say 'Y' here if you want to support the Marvell PXA168-based 1049cbe786SEric Miao Aspenite Development Board. 1149cbe786SEric Miao 1249cbe786SEric Miaoconfig MACH_ZYLONITE2 1349cbe786SEric Miao bool "Marvell's PXA168 Zylonite2 Development Board" 1449cbe786SEric Miao select CPU_PXA168 1549cbe786SEric Miao help 1649cbe786SEric Miao Say 'Y' here if you want to support the Marvell PXA168-based 1749cbe786SEric Miao Zylonite2 Development Board. 1849cbe786SEric Miao 199896de72SHaojian Zhuangconfig MACH_AVENGERS_LITE 209896de72SHaojian Zhuang bool "Marvell's PXA168 Avengers Lite Development Board" 219896de72SHaojian Zhuang select CPU_PXA168 229896de72SHaojian Zhuang help 239896de72SHaojian Zhuang Say 'Y' here if you want to support the Marvell PXA168-based 249896de72SHaojian Zhuang Avengers Lite Development Board. 259896de72SHaojian Zhuang 26a3929f31SEric Miaoconfig MACH_TAVOREVB 27a3929f31SEric Miao bool "Marvell's PXA910 TavorEVB Development Board" 28a3929f31SEric Miao select CPU_PXA910 29a3929f31SEric Miao help 30a3929f31SEric Miao Say 'Y' here if you want to support the Marvell PXA910-based 31a3929f31SEric Miao TavorEVB Development Board. 32a3929f31SEric Miao 3301215e35SEric Miaoconfig MACH_TTC_DKB 3401215e35SEric Miao bool "Marvell's PXA910 TavorEVB Development Board" 3501215e35SEric Miao select CPU_PXA910 3601215e35SEric Miao help 3701215e35SEric Miao Say 'Y' here if you want to support the Marvell PXA910-based 3801215e35SEric Miao TTC_DKB Development Board. 3901215e35SEric Miao 402f7e8faeSHaojian Zhuangconfig MACH_FLINT 412f7e8faeSHaojian Zhuang bool "Marvell's Flint Development Platform" 422f7e8faeSHaojian Zhuang select CPU_MMP2 432f7e8faeSHaojian Zhuang help 442f7e8faeSHaojian Zhuang Say 'Y' here if you want to support the Marvell MMP2-based 452f7e8faeSHaojian Zhuang Flint Development Platform. 462f7e8faeSHaojian Zhuang MMP2-based board can't be co-existed with PXA168-based & 472f7e8faeSHaojian Zhuang PXA910-based development board. Since MMP2 is compatible to 482f7e8faeSHaojian Zhuang ARMv6 architecture. 492f7e8faeSHaojian Zhuang 50*e1cb7db2SHaojian Zhuangconfig MACH_MARVELL_JASPER 51*e1cb7db2SHaojian Zhuang bool "Marvell's Jasper Development Platform" 52*e1cb7db2SHaojian Zhuang select CPU_MMP2 53*e1cb7db2SHaojian Zhuang help 54*e1cb7db2SHaojian Zhuang Say 'Y' here if you want to support the Marvell MMP2-base 55*e1cb7db2SHaojian Zhuang Jasper Development Platform. 56*e1cb7db2SHaojian Zhuang MMP2-based board can't be co-existed with PXA168-based & 57*e1cb7db2SHaojian Zhuang PXA910-based development board. Since MMP2 is compatible to 58*e1cb7db2SHaojian Zhuang ARMv6 architecture. 59*e1cb7db2SHaojian Zhuang 6049cbe786SEric Miaoendmenu 6149cbe786SEric Miao 6249cbe786SEric Miaoconfig CPU_PXA168 6349cbe786SEric Miao bool 6449cbe786SEric Miao select CPU_MOHAWK 6549cbe786SEric Miao help 6649cbe786SEric Miao Select code specific to PXA168 6749cbe786SEric Miao 6814c6b5e7SEric Miaoconfig CPU_PXA910 6914c6b5e7SEric Miao bool 7014c6b5e7SEric Miao select CPU_MOHAWK 7114c6b5e7SEric Miao help 7214c6b5e7SEric Miao Select code specific to PXA910 7314c6b5e7SEric Miao 742f7e8faeSHaojian Zhuangconfig CPU_MMP2 752f7e8faeSHaojian Zhuang bool 762f7e8faeSHaojian Zhuang select CPU_V6 772f7e8faeSHaojian Zhuang select CPU_32v6K 782f7e8faeSHaojian Zhuang help 792f7e8faeSHaojian Zhuang Select code specific to MMP2. MMP2 is ARMv6 compatible. 8049cbe786SEric Miaoendif 81