xref: /linux/arch/arm/mach-mmp/Kconfig (revision 1bbd7089f2effc40c35ffbbc62ad54aefd741633)
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
50e1cb7db2SHaojian Zhuangconfig MACH_MARVELL_JASPER
51e1cb7db2SHaojian Zhuang	bool "Marvell's Jasper Development Platform"
52e1cb7db2SHaojian Zhuang	select CPU_MMP2
53e1cb7db2SHaojian Zhuang	help
54e1cb7db2SHaojian Zhuang	  Say 'Y' here if you want to support the Marvell MMP2-base
55e1cb7db2SHaojian Zhuang	  Jasper Development Platform.
56e1cb7db2SHaojian Zhuang	  MMP2-based board can't be co-existed with PXA168-based &
57e1cb7db2SHaojian Zhuang	  PXA910-based development board. Since MMP2 is compatible to
58e1cb7db2SHaojian Zhuang	  ARMv6 architecture.
59e1cb7db2SHaojian Zhuang
60*1bbd7089SMark F. Brownconfig MACH_TETON_BGA
61*1bbd7089SMark F. Brown	bool "Marvell's PXA168 Teton BGA Development Board"
62*1bbd7089SMark F. Brown	select CPU_PXA168
63*1bbd7089SMark F. Brown	help
64*1bbd7089SMark F. Brown	  Say 'Y' here if you want to support the Marvell PXA168-based
65*1bbd7089SMark F. Brown	  Teton BGA Development Board.
66*1bbd7089SMark F. Brown
6749cbe786SEric Miaoendmenu
6849cbe786SEric Miao
6949cbe786SEric Miaoconfig CPU_PXA168
7049cbe786SEric Miao	bool
7149cbe786SEric Miao	select CPU_MOHAWK
7249cbe786SEric Miao	help
7349cbe786SEric Miao	  Select code specific to PXA168
7449cbe786SEric Miao
7514c6b5e7SEric Miaoconfig CPU_PXA910
7614c6b5e7SEric Miao	bool
7714c6b5e7SEric Miao	select CPU_MOHAWK
7814c6b5e7SEric Miao	help
7914c6b5e7SEric Miao	  Select code specific to PXA910
8014c6b5e7SEric Miao
812f7e8faeSHaojian Zhuangconfig CPU_MMP2
822f7e8faeSHaojian Zhuang	bool
832f7e8faeSHaojian Zhuang	select CPU_V6
842f7e8faeSHaojian Zhuang	select CPU_32v6K
852f7e8faeSHaojian Zhuang	help
862f7e8faeSHaojian Zhuang	  Select code specific to MMP2. MMP2 is ARMv6 compatible.
8749cbe786SEric Miaoendif
88