Skip to content
Snippets Groups Projects
Commit 1e011145 authored by Rob Herring's avatar Rob Herring
Browse files

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: default avatarRob Herring <robh@kernel.org>
Cc: Tony Prisk <linux@prisktech.co.nz>
parent 11dc4c26
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,6 @@ config ARCH_WM8750 ...@@ -19,7 +19,6 @@ config ARCH_WM8750
bool "WonderMedia WM8750" bool "WonderMedia WM8750"
depends on ARCH_MULTI_V6 depends on ARCH_MULTI_V6
select ARCH_VT8500 select ARCH_VT8500
select CPU_V6
help help
Support for WonderMedia WM8750 System-on-Chip. Support for WonderMedia WM8750 System-on-Chip.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment