diff options
author | Joerg Roedel <joerg.roedel@amd.com> | 2011-09-27 15:57:13 +0200 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2011-10-14 09:05:33 -0700 |
commit | db3c33c6d3fa04ee46b491e9d75d0d3b4798d074 (patch) | |
tree | 6c1031398621e1b7195b2b23b7045a2eb5e917e1 /drivers/pci/Makefile | |
parent | 78d090b0be3f072a3c95022771c35183af961aaa (diff) | |
download | op-kernel-dev-db3c33c6d3fa04ee46b491e9d75d0d3b4798d074.zip op-kernel-dev-db3c33c6d3fa04ee46b491e9d75d0d3b4798d074.tar.gz |
PCI: Move ATS implementation into own file
ATS does not depend on IOV support, so move the code into
its own file. This file will also include support for the
PRI and PASID capabilities later.
Also give ATS its own Kconfig variable to allow selecting it
without IOV support.
Reviewed-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'drivers/pci/Makefile')
-rw-r--r-- | drivers/pci/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile index 6fadae3..083a49f 100644 --- a/drivers/pci/Makefile +++ b/drivers/pci/Makefile @@ -29,6 +29,7 @@ obj-$(CONFIG_PCI_MSI) += msi.o # Build the Hypertransport interrupt support obj-$(CONFIG_HT_IRQ) += htirq.o +obj-$(CONFIG_PCI_ATS) += ats.o obj-$(CONFIG_PCI_IOV) += iov.o # |