From: Rob Herring Date: Fri, 31 Jan 2014 21:06:40 +0000 (-0600) Subject: ARM: vt8500: enable V6K instead of plain V6 X-Git-Tag: Ubuntu-5.2.0-15.16~13704^2~5^2~2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=1e0111455766f562b9977178ff3ffcc7672cef7c;p=mirror_ubuntu-eoan-kernel.git ARM: vt8500: enable V6K instead of plain V6 The wm8750 is an ARM1176 which has all the V6K extensions except for SMP, so V6K should be selected instead. Dropping the select will use the default for ARCH_MULTI_V6 which is V6K. Signed-off-by: Rob Herring Cc: Tony Prisk --- diff --git a/arch/arm/mach-vt8500/Kconfig b/arch/arm/mach-vt8500/Kconfig index c581ed290dfd..08f56a41cb55 100644 --- a/arch/arm/mach-vt8500/Kconfig +++ b/arch/arm/mach-vt8500/Kconfig @@ -19,7 +19,6 @@ config ARCH_WM8750 bool "WonderMedia WM8750" depends on ARCH_MULTI_V6 select ARCH_VT8500 - select CPU_V6 help Support for WonderMedia WM8750 System-on-Chip.