Kconfig (2f7e8faef5a50efaa1c173e99bdaa29e0129bb99) Kconfig (e1cb7db2ef7f911dbe0edd5ff8d2216a817738d0)
1if ARCH_MMP
2
3menu "Marvell PXA168/910/MMP2 Implmentations"
4
5config MACH_ASPENITE
6 bool "Marvell's PXA168 Aspenite Development Board"
7 select CPU_PXA168
8 help

--- 33 unchanged lines hidden (view full) ---

42 select CPU_MMP2
43 help
44 Say 'Y' here if you want to support the Marvell MMP2-based
45 Flint Development Platform.
46 MMP2-based board can't be co-existed with PXA168-based &
47 PXA910-based development board. Since MMP2 is compatible to
48 ARMv6 architecture.
49
1if ARCH_MMP
2
3menu "Marvell PXA168/910/MMP2 Implmentations"
4
5config MACH_ASPENITE
6 bool "Marvell's PXA168 Aspenite Development Board"
7 select CPU_PXA168
8 help

--- 33 unchanged lines hidden (view full) ---

42 select CPU_MMP2
43 help
44 Say 'Y' here if you want to support the Marvell MMP2-based
45 Flint Development Platform.
46 MMP2-based board can't be co-existed with PXA168-based &
47 PXA910-based development board. Since MMP2 is compatible to
48 ARMv6 architecture.
49
50config MACH_MARVELL_JASPER
51 bool "Marvell's Jasper Development Platform"
52 select CPU_MMP2
53 help
54 Say 'Y' here if you want to support the Marvell MMP2-base
55 Jasper Development Platform.
56 MMP2-based board can't be co-existed with PXA168-based &
57 PXA910-based development board. Since MMP2 is compatible to
58 ARMv6 architecture.
59
50endmenu
51
52config CPU_PXA168
53 bool
54 select CPU_MOHAWK
55 help
56 Select code specific to PXA168
57

--- 13 unchanged lines hidden ---
60endmenu
61
62config CPU_PXA168
63 bool
64 select CPU_MOHAWK
65 help
66 Select code specific to PXA168
67

--- 13 unchanged lines hidden ---