diff options
author | Haojian Zhuang <haojian.zhuang@marvell.com> | 2010-11-23 22:54:19 -0500 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-12-18 08:02:14 -0500 |
commit | a4553358d94b4a1f3e6f24aacfd076022ac14855 (patch) | |
tree | 7d6d7909730801a6f512aa2a7f637353ce0931bf /arch/arm/mach-pxa/Kconfig | |
parent | aae8224ddd72e045bb92eaf6b73b89282c771c69 (diff) |
ARM: pxa: support pxa95x
The core of PXA955 is PJ4. Add new PJ4 support. And add new macro
CONFIG_PXA95x.
Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
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 |