From e18a08842c58c529ffcf0a8bca80776a5e14b3d5 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 11 Jan 2021 11:52:31 -0600 Subject: Linux v5.10.6 Signed-off-by: Justin M. Forbes --- .../generic/arm/aarch64/CONFIG_ARM_SMMU_V3_SVA | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 configs/fedora/generic/arm/aarch64/CONFIG_ARM_SMMU_V3_SVA (limited to 'configs/fedora/generic/arm/aarch64/CONFIG_ARM_SMMU_V3_SVA') diff --git a/configs/fedora/generic/arm/aarch64/CONFIG_ARM_SMMU_V3_SVA b/configs/fedora/generic/arm/aarch64/CONFIG_ARM_SMMU_V3_SVA new file mode 100644 index 000000000..a461bf63e --- /dev/null +++ b/configs/fedora/generic/arm/aarch64/CONFIG_ARM_SMMU_V3_SVA @@ -0,0 +1,21 @@ +# CONFIG_ARM_SMMU_V3_SVA: +# +# Support for sharing process address spaces with devices using the +# SMMUv3. +# +# Say Y here if your system supports SVA extensions such as PCIe PASID +# and PRI. +# +# Symbol: ARM_SMMU_V3_SVA [=n] +# Type : bool +# Defined at drivers/iommu/Kconfig:311 +# Prompt: Shared Virtual Addressing support for the ARM SMMUv3 +# Depends on: IOMMU_SUPPORT [=y] && ARM_SMMU_V3 [=y] +# Location: +# -> Device Drivers +# -> IOMMU Hardware Support (IOMMU_SUPPORT [=y]) +# -> ARM Ltd. System MMU Version 3 (SMMUv3) Support (ARM_SMMU_V3 [=y]) +# +# +# +CONFIG_ARM_SMMU_V3_SVA=y -- cgit