From: Robert Jarzmik Date: Fri, 28 Nov 2014 20:32:48 +0000 (+0100) Subject: arm: pxa: fix pxa27x device-tree support kconfig X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=95d8c4c8499f8a868af719ecfb005f55c959c73a;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git arm: pxa: fix pxa27x device-tree support kconfig Remove the useless CPU_PXA27x non existing kconfig option. The true options is PXA27x, which is already selected. Reported-by: Paul Bolle Signed-off-by: Robert Jarzmik --- diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index 83efe914bf7d..5f71c06a4b5b 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig @@ -6,7 +6,6 @@ comment "Intel/Marvell Dev Platforms (sorted by hardware release time)" config MACH_PXA27X_DT bool "Support PXA27x platforms from device tree" - select CPU_PXA27x select POWER_SUPPLY select PXA27x select USE_OF