projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc75159
)
[ARM] Kconfig typo fix: "PXA930" -> "CPU_PXA930".
author
Robert P. J. Day
<rpjday@crashcourse.ca>
Sat, 2 May 2009 14:14:15 +0000
(10:14 -0400)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Sun, 3 May 2009 09:58:31 +0000
(10:58 +0100)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-pxa/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-pxa/Kconfig
b/arch/arm/mach-pxa/Kconfig
index
3e66d90
..
17d3fbd
100644
(file)
--- a/
arch/arm/mach-pxa/Kconfig
+++ b/
arch/arm/mach-pxa/Kconfig
@@
-289,12
+289,12
@@
config MACH_LITTLETON
config MACH_TAVOREVB
bool "PXA930 Evaluation Board (aka TavorEVB)"
select PXA3xx
- select PXA930
+ select
CPU_
PXA930
config MACH_SAAR
bool "PXA930 Handheld Platform (aka SAAR)"
select PXA3xx
- select PXA930
+ select
CPU_
PXA930
config MACH_ARMCORE
bool "CompuLab CM-X255/CM-X270 modules"