aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2014-01-31 16:06:40 -0500
committerRob Herring <robh@kernel.org>2014-02-19 17:47:16 -0500
commit1e0111455766f562b9977178ff3ffcc7672cef7c (patch)
tree3115bd06ce111e73e4a77e9e5fb367ef276618de /arch
parent11dc4c26f8778369af71cdcce6b8849d42668c69 (diff)
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 <robh@kernel.org> Cc: Tony Prisk <linux@prisktech.co.nz>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-vt8500/Kconfig1
1 files changed, 0 insertions, 1 deletions
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
19 bool "WonderMedia WM8750" 19 bool "WonderMedia WM8750"
20 depends on ARCH_MULTI_V6 20 depends on ARCH_MULTI_V6
21 select ARCH_VT8500 21 select ARCH_VT8500
22 select CPU_V6
23 help 22 help
24 Support for WonderMedia WM8750 System-on-Chip. 23 Support for WonderMedia WM8750 System-on-Chip.
25 24