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: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>

authored by Christoffer Dall and committed by Catalin Marinas 04f905a9 f114040e

+1 -1
+1 -1
arch/arm64/Kconfig
··· 232 232 233 233 config ARM64_VA_BITS_48 234 234 bool "48-bit" 235 - depends on BROKEN 235 + depends on !ARM_SMMU 236 236 237 237 endchoice 238 238