Skip to content

Commit

Permalink
[ARM] Kconfig typo fix: "PXA930" -> "CPU_PXA930".
Browse files Browse the repository at this point in the history
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Robert P. J. Day authored and Russell King committed May 3, 2009
1 parent bc75159 commit 283a5d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/mach-pxa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 283a5d2

Please sign in to comment.