summaryrefslogtreecommitdiffstats
path: root/drivers/misc/Makefile
diff options
context:
space:
mode:
authorKishon Vijay Abraham I2017-03-27 11:45:14 +0200
committerBjorn Helgaas2017-04-28 17:23:19 +0200
commit2c156ac71c6b2518f3d589190f2a8872a8764faf (patch)
tree88a3121b9ea107a6bc9773c601f8feb68811d1dc /drivers/misc/Makefile
parentPCI: Add device IDs for DRA74x and DRA72x (diff)
downloadkernel-qcow2-linux-2c156ac71c6b2518f3d589190f2a8872a8764faf.tar.gz
kernel-qcow2-linux-2c156ac71c6b2518f3d589190f2a8872a8764faf.tar.xz
kernel-qcow2-linux-2c156ac71c6b2518f3d589190f2a8872a8764faf.zip
misc: Add host side PCI driver for PCI test function device
Add PCI endpoint test driver that can verify base address register, legacy interrupt/MSI interrupt and read/write/copy buffers between host and device. The corresponding pci-epf-test function driver should be used on the EP side. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/misc/Makefile')
-rw-r--r--drivers/misc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile
index 7a3ea89339b4..6e139cd70421 100644
--- a/drivers/misc/Makefile
+++ b/drivers/misc/Makefile
@@ -54,6 +54,7 @@ obj-$(CONFIG_ECHO) += echo/
obj-$(CONFIG_VEXPRESS_SYSCFG) += vexpress-syscfg.o
obj-$(CONFIG_CXL_BASE) += cxl/
obj-$(CONFIG_PANEL) += panel.o
+obj-$(CONFIG_PCI_ENDPOINT_TEST) += pci_endpoint_test.o
lkdtm-$(CONFIG_LKDTM) += lkdtm_core.o
lkdtm-$(CONFIG_LKDTM) += lkdtm_bugs.o