Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8dda05cc authored by Stephen Boyd's avatar Stephen Boyd Committed by Arnd Bergmann
Browse files

ARM: Scorpion is a v7 architecture, not v6



Scorpion processors have always been v7 CPUs. Fix the Kconfig
text to reflect this.

Reported-by: default avatarStepan Moskovchenko <stepanm@codeaurora.org>
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 04cf1440
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1005,12 +1005,12 @@ config ARCH_MULTI_V4_V5
	bool

config ARCH_MULTI_V6
	bool "ARMv6 based platforms (ARM11, Scorpion, ...)"
	bool "ARMv6 based platforms (ARM11)"
	select ARCH_MULTI_V6_V7
	select CPU_V6

config ARCH_MULTI_V7
	bool "ARMv7 based platforms (Cortex-A, PJ4, Krait)"
	bool "ARMv7 based platforms (Cortex-A, PJ4, Scorpion, Krait)"
	default y
	select ARCH_MULTI_V6_V7
	select ARCH_VEXPRESS