diff options
author | Joerg Roedel <joerg.roedel@amd.com> | 2011-04-05 09:22:56 +0200 |
---|---|---|
committer | Joerg Roedel <joerg.roedel@amd.com> | 2011-04-11 09:04:02 +0200 |
commit | 9844b4e5dd1932e175a23d84ce09702bdf4b5689 (patch) | |
tree | 6b25649491516f56ef36be957451f310f83f7894 /arch/x86/Kconfig | |
parent | 5cdede2408e80f190c5595e592c24e77c1bf44b2 (diff) |
x86/amd-iommu: Select PCI_IOV with AMD IOMMU driver
In order to support ATS in the AMD IOMMU driver this patch
makes sure that the generic support for ATS is compiled in.
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index cc6c53a95bf..8cc29da2d68 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -690,6 +690,7 @@ config AMD_IOMMU bool "AMD IOMMU support" select SWIOTLB select PCI_MSI + select PCI_IOV depends on X86_64 && PCI && ACPI ---help--- With this option you can enable support for AMD IOMMU hardware in |