Kconfig (d38bdf48f30f5dc0fac4c1ab656aff74f6804f07) | Kconfig (3f408fa071418183742110f7314d6b596916e31e) |
---|---|
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 --- 36 unchanged lines hidden (view full) --- 45 Say 'Y' here if you want to support the Marvell MMP2-based 46 Brown Development Platform. 47 MMP2-based board can't be co-existed with PXA168-based & 48 PXA910-based development board. Since MMP2 is compatible to 49 ARMv7 architecture. 50 51config MACH_FLINT 52 bool "Marvell's Flint Development Platform" | 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 --- 36 unchanged lines hidden (view full) --- 45 Say 'Y' here if you want to support the Marvell MMP2-based 46 Brown Development Platform. 47 MMP2-based board can't be co-existed with PXA168-based & 48 PXA910-based development board. Since MMP2 is compatible to 49 ARMv7 architecture. 50 51config MACH_FLINT 52 bool "Marvell's Flint Development Platform" |
53 depends on !CPU_MOHAWK |
|
53 select CPU_MMP2 54 help 55 Say 'Y' here if you want to support the Marvell MMP2-based 56 Flint Development Platform. 57 MMP2-based board can't be co-existed with PXA168-based & 58 PXA910-based development board. Since MMP2 is compatible to 59 ARMv7 architecture. 60 61config MACH_MARVELL_JASPER 62 bool "Marvell's Jasper Development Platform" | 54 select CPU_MMP2 55 help 56 Say 'Y' here if you want to support the Marvell MMP2-based 57 Flint Development Platform. 58 MMP2-based board can't be co-existed with PXA168-based & 59 PXA910-based development board. Since MMP2 is compatible to 60 ARMv7 architecture. 61 62config MACH_MARVELL_JASPER 63 bool "Marvell's Jasper Development Platform" |
64 depends on !CPU_MOHAWK |
|
63 select CPU_MMP2 64 help 65 Say 'Y' here if you want to support the Marvell MMP2-base 66 Jasper Development Platform. 67 MMP2-based board can't be co-existed with PXA168-based & 68 PXA910-based development board. Since MMP2 is compatible to 69 ARMv7 architecture. 70 --- 15 unchanged lines hidden (view full) --- 86config CPU_PXA910 87 bool 88 select CPU_MOHAWK 89 help 90 Select code specific to PXA910 91 92config CPU_MMP2 93 bool | 65 select CPU_MMP2 66 help 67 Say 'Y' here if you want to support the Marvell MMP2-base 68 Jasper Development Platform. 69 MMP2-based board can't be co-existed with PXA168-based & 70 PXA910-based development board. Since MMP2 is compatible to 71 ARMv7 architecture. 72 --- 15 unchanged lines hidden (view full) --- 88config CPU_PXA910 89 bool 90 select CPU_MOHAWK 91 help 92 Select code specific to PXA910 93 94config CPU_MMP2 95 bool |
94 select CPU_V6 95 select CPU_32v6K | 96 select CPU_PJ4 |
96 help | 97 help |
97 Select code specific to MMP2. MMP2 is ARMv6 compatible. | 98 Select code specific to MMP2. MMP2 is ARMv7 compatible. |
98endif | 99endif |