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

Commit 04f905a9 authored by Christoffer Dall's avatar Christoffer Dall Committed by Catalin Marinas
Browse files

arm64: Allow 48-bits VA space without ARM_SMMU



Now when KVM has been reworked to support 48-bits host VA space, we can
allow systems to be configured with this option.  However, the ARM SMMU
driver also needs to be tweaked for 48-bit support so only allow the
config option to be set when not including support for theSMMU.

Signed-off-by: default avatarChristoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent f114040e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -232,7 +232,7 @@ config ARM64_VA_BITS_42

config ARM64_VA_BITS_48
	bool "48-bit"
	depends on BROKEN
	depends on !ARM_SMMU

endchoice