aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r--arch/arm/mach-pxa/Kconfig25
1 files changed, 18 insertions, 7 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
index c93e73d54dd1..2fc9f94cdd29 100644
--- a/arch/arm/mach-pxa/Kconfig
+++ b/arch/arm/mach-pxa/Kconfig
@@ -50,6 +50,10 @@ config MACH_SAAR
50 select PXA3xx 50 select PXA3xx
51 select CPU_PXA930 51 select CPU_PXA930
52 52
53config MACH_SAARB
54 bool "PXA955 Handheld Platform (aka SAARB)"
55 select CPU_PXA955
56
53comment "Third Party Dev Platforms (sorted by vendor name)" 57comment "Third Party Dev Platforms (sorted by vendor name)"
54 58
55config ARCH_PXA_IDP 59config ARCH_PXA_IDP
@@ -94,6 +98,7 @@ config MACH_ARMCORE
94 select PXA27x 98 select PXA27x
95 select IWMMXT 99 select IWMMXT
96 select PXA25x 100 select PXA25x
101 select MIGHT_HAVE_PCI
97 102
98config MACH_EM_X270 103config MACH_EM_X270
99 bool "CompuLab EM-x270 platform" 104 bool "CompuLab EM-x270 platform"
@@ -232,10 +237,6 @@ config MACH_COLIBRI
232 bool "Toradex Colibri PXA270" 237 bool "Toradex Colibri PXA270"
233 select PXA27x 238 select PXA27x
234 239
235config MACH_COLIBRI_PXA270_EVALBOARD
236 bool "Toradex Colibri Evaluation Carrier Board support (PXA270)"
237 depends on MACH_COLIBRI
238
239config MACH_COLIBRI_PXA270_INCOME 240config MACH_COLIBRI_PXA270_INCOME
240 bool "Income s.r.o. PXA270 SBC" 241 bool "Income s.r.o. PXA270 SBC"
241 depends on MACH_COLIBRI 242 depends on MACH_COLIBRI
@@ -253,6 +254,10 @@ config MACH_COLIBRI320
253 select PXA3xx 254 select PXA3xx
254 select CPU_PXA320 255 select CPU_PXA320
255 256
257config MACH_COLIBRI_EVALBOARD
258 bool "Toradex Colibri Evaluation Carrier Board support"
259 depends on MACH_COLIBRI || MACH_COLIBRI300 || MACH_COLIBRI320
260
256config MACH_VPAC270 261config MACH_VPAC270
257 bool "Voipac PXA270" 262 bool "Voipac PXA270"
258 select PXA27x 263 select PXA27x
@@ -652,11 +657,17 @@ config CPU_PXA935
652 help 657 help
653 PXA935 (codename Tavor-P65) 658 PXA935 (codename Tavor-P65)
654 659
655config CPU_PXA950 660config PXA95x
656 bool 661 bool
657 select CPU_PXA930 662 select CPU_PJ4
663 help
664 Select code specific to PXA95x variants
665
666config CPU_PXA955
667 bool
668 select PXA95x
658 help 669 help
659 PXA950 (codename Tavor-PV2) 670 PXA950 (codename MG1)
660 671
661config PXA_SHARP_C7xx 672config PXA_SHARP_C7xx
662 bool 673 bool