diff options
-rw-r--r-- | arch/arm64/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index ac9afde76dea..b8053be1d803 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig | |||
@@ -232,7 +232,7 @@ config ARM64_VA_BITS_42 | |||
232 | 232 | ||
233 | config ARM64_VA_BITS_48 | 233 | config ARM64_VA_BITS_48 |
234 | bool "48-bit" | 234 | bool "48-bit" |
235 | depends on BROKEN | 235 | depends on !ARM_SMMU |
236 | 236 | ||
237 | endchoice | 237 | endchoice |
238 | 238 | ||