Browse Source

ARM: pxa: select PXA935 on saar & tavorevb

Since both PXA930 and PXA935 are used in Saar & TavorEVB platform,
select PXA935 too.

Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
Haojian Zhuang 12 years ago
parent
commit
8cdde33866
1 changed files with 2 additions and 0 deletions
  1. 2 0
      arch/arm/mach-pxa/Kconfig

+ 2 - 0
arch/arm/mach-pxa/Kconfig

@@ -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)"