diff options
author | Philip Prindeville <philipp@redfish-solutions.com> | 2023-05-17 17:12:18 -0600 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2023-06-08 15:33:14 +0200 |
commit | ef1effdefcac0b9a84cdbe47bc44fe5dfa5c96c6 (patch) | |
tree | e4c6dc2138e148175fe7ad755905263faf8eb474 | |
parent | 76cabb95da1994b84a373346c46e52ec836edfc7 (diff) | |
download | upstream-ef1effdefcac0b9a84cdbe47bc44fe5dfa5c96c6.tar.gz upstream-ef1effdefcac0b9a84cdbe47bc44fe5dfa5c96c6.tar.bz2 upstream-ef1effdefcac0b9a84cdbe47bc44fe5dfa5c96c6.zip |
x86/64: Enable IOMMU_V2 support for later CPUs
Support newer IOMMU_V2 on AMD platforms, useful for DPDK and KVM.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
(cherry picked from commit 1eb02ce3254ef6f115640df8ac470574d6903588)
-rw-r--r-- | target/linux/x86/64/config-5.15 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/64/config-5.15 b/target/linux/x86/64/config-5.15 index a20891ea55..d972668e54 100644 --- a/target/linux/x86/64/config-5.15 +++ b/target/linux/x86/64/config-5.15 @@ -42,7 +42,7 @@ CONFIG_AGP_INTEL=y # CONFIG_AGP_SIS is not set # CONFIG_AGP_VIA is not set CONFIG_AMD_IOMMU=y -# CONFIG_AMD_IOMMU_V2 is not set +CONFIG_AMD_IOMMU_V2=y # CONFIG_AMD_PMC is not set # CONFIG_AMD_PTDMA is not set # CONFIG_AMD_SFH_HID is not set |