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/Kconfig24
1 files changed, 17 insertions, 7 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
index c98d81ff250c..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
@@ -233,10 +237,6 @@ config MACH_COLIBRI
233 bool "Toradex Colibri PXA270" 237 bool "Toradex Colibri PXA270"
234 select PXA27x 238 select PXA27x
235 239
236config MACH_COLIBRI_PXA270_EVALBOARD
237 bool "Toradex Colibri Evaluation Carrier Board support (PXA270)"
238 depends on MACH_COLIBRI
239
240config MACH_COLIBRI_PXA270_INCOME 240config MACH_COLIBRI_PXA270_INCOME
241 bool "Income s.r.o. PXA270 SBC" 241 bool "Income s.r.o. PXA270 SBC"
242 depends on MACH_COLIBRI 242 depends on MACH_COLIBRI
@@ -254,6 +254,10 @@ config MACH_COLIBRI320
254 select PXA3xx 254 select PXA3xx
255 select CPU_PXA320 255 select CPU_PXA320
256 256
257config MACH_COLIBRI_EVALBOARD
258 bool "Toradex Colibri Evaluation Carrier Board support"
259 depends on MACH_COLIBRI || MACH_COLIBRI300 || MACH_COLIBRI320
260
257config MACH_VPAC270 261config MACH_VPAC270
258 bool "Voipac PXA270" 262 bool "Voipac PXA270"
259 select PXA27x 263 select PXA27x
@@ -653,11 +657,17 @@ config CPU_PXA935
653 help 657 help
654 PXA935 (codename Tavor-P65) 658 PXA935 (codename Tavor-P65)
655 659
656config CPU_PXA950 660config PXA95x
657 bool 661 bool
658 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
659 help 669 help
660 PXA950 (codename Tavor-PV2) 670 PXA950 (codename MG1)
661 671
662config PXA_SHARP_C7xx 672config PXA_SHARP_C7xx
663 bool 673 bool