ARM: pxa: select PXA935 on saar & tavorevb
authorHaojian Zhuang <haojian.zhuang@linaro.org>
Wed, 10 Apr 2013 01:25:44 +0000 (09:25 +0800)
committerHaojian Zhuang <haojian.zhuang@linaro.org>
Thu, 11 Apr 2013 02:01:00 +0000 (10:01 +0800)
Since both PXA930 and PXA935 are used in Saar & TavorEVB platform,
select PXA935 too.

Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
arch/arm/mach-pxa/Kconfig

index 86eec41..9075461 100644 (file)
@@ -51,11 +51,13 @@ config MACH_LITTLETON
 config MACH_TAVOREVB
        bool "PXA930 Evaluation Board (aka TavorEVB)"
        select CPU_PXA930
+       select CPU_PXA935
        select PXA3xx
 
 config MACH_SAAR
        bool "PXA930 Handheld Platform (aka SAAR)"
        select CPU_PXA930
+       select CPU_PXA935
        select PXA3xx
 
 comment "Third Party Dev Platforms (sorted by vendor name)"