diff options
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index 5ebec6d88b51..656d49661a29 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -1,6 +1,24 @@ | |||
1 | if ARCH_PXA | 1 | if ARCH_PXA |
2 | 2 | ||
3 | menu "Intel PXA2xx Implementations" | 3 | menu "Intel PXA2xx/PXA3xx Implementations" |
4 | |||
5 | if PXA3xx | ||
6 | |||
7 | menu "Supported PXA3xx Processor Variants" | ||
8 | |||
9 | config CPU_PXA300 | ||
10 | bool "PXA300 (codename Monahans-L)" | ||
11 | |||
12 | config CPU_PXA310 | ||
13 | bool "PXA310 (codename Monahans-LV)" | ||
14 | select CPU_PXA300 | ||
15 | |||
16 | config CPU_PXA320 | ||
17 | bool "PXA320 (codename Monahans-P)" | ||
18 | |||
19 | endmenu | ||
20 | |||
21 | endif | ||
4 | 22 | ||
5 | choice | 23 | choice |
6 | prompt "Select target board" | 24 | prompt "Select target board" |
@@ -41,6 +59,15 @@ config MACH_EM_X270 | |||
41 | bool "CompuLab EM-x270 platform" | 59 | bool "CompuLab EM-x270 platform" |
42 | select PXA27x | 60 | select PXA27x |
43 | 61 | ||
62 | config MACH_ZYLONITE | ||
63 | bool "PXA3xx Development Platform" | ||
64 | select PXA3xx | ||
65 | |||
66 | config MACH_ARMCORE | ||
67 | bool "CompuLab CM-X270 modules" | ||
68 | select PXA27x | ||
69 | select IWMMXT | ||
70 | |||
44 | endchoice | 71 | endchoice |
45 | 72 | ||
46 | if PXA_SHARPSL | 73 | if PXA_SHARPSL |
@@ -130,6 +157,11 @@ config PXA27x | |||
130 | help | 157 | help |
131 | Select code specific to PXA27x variants | 158 | Select code specific to PXA27x variants |
132 | 159 | ||
160 | config PXA3xx | ||
161 | bool | ||
162 | help | ||
163 | Select code specific to PXA3xx variants | ||
164 | |||
133 | config PXA_SHARP_C7xx | 165 | config PXA_SHARP_C7xx |
134 | bool | 166 | bool |
135 | select PXA_SSP | 167 | select PXA_SSP |