From: Robert P. J. Day Date: Sat, 2 May 2009 14:14:15 +0000 (-0400) Subject: [ARM] Kconfig typo fix: "PXA930" -> "CPU_PXA930". X-Git-Url: http://drtracing.org/?a=commitdiff_plain;ds=sidebyside;h=283a5d250e5315b76e7bfd7498c581324c922bfe;p=deliverable%2Flinux.git [ARM] Kconfig typo fix: "PXA930" -> "CPU_PXA930". Signed-off-by: Robert P. J. Day Signed-off-by: Russell King --- diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index 3e66d9099eab..17d3fbd368a3 100644 --- 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"