projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f873117
)
ARM: pxa: select PXA935 on saar & tavorevb
author
Haojian Zhuang
<haojian.zhuang@linaro.org>
Wed, 10 Apr 2013 01:25:44 +0000
(09:25 +0800)
committer
Haojian 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
patch
|
blob
|
history
diff --git
a/arch/arm/mach-pxa/Kconfig
b/arch/arm/mach-pxa/Kconfig
index
86eec41
..
9075461
100644
(file)
--- a/
arch/arm/mach-pxa/Kconfig
+++ b/
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)"