diff options
Diffstat (limited to 'arch/arm/mach-mmp/Kconfig')
-rw-r--r-- | arch/arm/mach-mmp/Kconfig | 35 |
1 files changed, 34 insertions, 1 deletions
diff --git a/arch/arm/mach-mmp/Kconfig b/arch/arm/mach-mmp/Kconfig index c6a564fc4a7c..6ab843eaa35b 100644 --- a/arch/arm/mach-mmp/Kconfig +++ b/arch/arm/mach-mmp/Kconfig | |||
@@ -1,6 +1,6 @@ | |||
1 | if ARCH_MMP | 1 | if ARCH_MMP |
2 | 2 | ||
3 | menu "Marvell PXA168/910 Implmentations" | 3 | menu "Marvell PXA168/910/MMP2 Implmentations" |
4 | 4 | ||
5 | config MACH_ASPENITE | 5 | config MACH_ASPENITE |
6 | bool "Marvell's PXA168 Aspenite Development Board" | 6 | bool "Marvell's PXA168 Aspenite Development Board" |
@@ -16,6 +16,13 @@ config MACH_ZYLONITE2 | |||
16 | Say 'Y' here if you want to support the Marvell PXA168-based | 16 | Say 'Y' here if you want to support the Marvell PXA168-based |
17 | Zylonite2 Development Board. | 17 | Zylonite2 Development Board. |
18 | 18 | ||
19 | config MACH_AVENGERS_LITE | ||
20 | bool "Marvell's PXA168 Avengers Lite Development Board" | ||
21 | select CPU_PXA168 | ||
22 | help | ||
23 | Say 'Y' here if you want to support the Marvell PXA168-based | ||
24 | Avengers Lite Development Board. | ||
25 | |||
19 | config MACH_TAVOREVB | 26 | config MACH_TAVOREVB |
20 | bool "Marvell's PXA910 TavorEVB Development Board" | 27 | bool "Marvell's PXA910 TavorEVB Development Board" |
21 | select CPU_PXA910 | 28 | select CPU_PXA910 |
@@ -30,6 +37,26 @@ config MACH_TTC_DKB | |||
30 | Say 'Y' here if you want to support the Marvell PXA910-based | 37 | Say 'Y' here if you want to support the Marvell PXA910-based |
31 | TTC_DKB Development Board. | 38 | TTC_DKB Development Board. |
32 | 39 | ||
40 | config MACH_FLINT | ||
41 | bool "Marvell's Flint Development Platform" | ||
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 | |||
50 | config 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 | |||
33 | endmenu | 60 | endmenu |
34 | 61 | ||
35 | config CPU_PXA168 | 62 | config CPU_PXA168 |
@@ -44,4 +71,10 @@ config CPU_PXA910 | |||
44 | help | 71 | help |
45 | Select code specific to PXA910 | 72 | Select code specific to PXA910 |
46 | 73 | ||
74 | config CPU_MMP2 | ||
75 | bool | ||
76 | select CPU_V6 | ||
77 | select CPU_32v6K | ||
78 | help | ||
79 | Select code specific to MMP2. MMP2 is ARMv6 compatible. | ||
47 | endif | 80 | endif |