diff options
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index dd235ecc9d6c..d4076594af4b 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -651,11 +651,17 @@ config CPU_PXA935 | |||
651 | help | 651 | help |
652 | PXA935 (codename Tavor-P65) | 652 | PXA935 (codename Tavor-P65) |
653 | 653 | ||
654 | config CPU_PXA950 | 654 | config PXA95x |
655 | bool | 655 | bool |
656 | select CPU_PXA930 | 656 | select CPU_PJ4 |
657 | help | ||
658 | Select code specific to PXA95x variants | ||
659 | |||
660 | config CPU_PXA955 | ||
661 | bool | ||
662 | select PXA95x | ||
657 | help | 663 | help |
658 | PXA950 (codename Tavor-PV2) | 664 | PXA950 (codename MG1) |
659 | 665 | ||
660 | config PXA_SHARP_C7xx | 666 | config PXA_SHARP_C7xx |
661 | bool | 667 | bool |