linux/common-config: enable ARM_SMMU_V3_SVA on aarch64 (#527847)

This commit is contained in:
K900
2026-06-04 06:55:12 +00:00
committed by GitHub
@@ -248,6 +248,10 @@ let
BOUNCE = option yes;
};
iommu = lib.optionalAttrs stdenv.hostPlatform.isAarch64 {
ARM_SMMU_V3_SVA = whenAtLeast "5.9" yes;
};
memtest = {
MEMTEST = yes;
};