arm64: Allow 48-bits VA space without ARM_SMMU
authorChristoffer Dall <christoffer.dall@linaro.org>
Fri, 10 Oct 2014 10:14:30 +0000 (11:14 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Mon, 20 Oct 2014 16:47:02 +0000 (17:47 +0100)
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>
arch/arm64/Kconfig

index ac9afde76dead843ed4a53b2e0da97e4a7a0bd72..b8053be1d8036c95c2c184c7e6e7a28e1829c3ae 100644 (file)
@@ -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
 
This page took 0.026737 seconds and 5 git commands to generate.