summaryrefslogtreecommitdiff
path: root/drivers/pci/endpoint/Kconfig
diff options
context:
space:
mode:
authorKishon Vijay Abraham I <kishon@ti.com>2017-03-27 15:15:03 +0530
committerBjorn Helgaas <bhelgaas@google.com>2017-04-11 14:18:37 -0500
commit349e7a85b25fa6ee82902d9be2cc5f3bec815120 (patch)
tree2e5958e3fca4ad58e89a53796e3e4821f75a90c2 /drivers/pci/endpoint/Kconfig
parent42fc2ac6e809a9f383e8ffa78b7f3fcd2fab1649 (diff)
PCI: endpoint: functions: Add an EP function to test PCI
Adds a new endpoint function driver (to program the virtual test device) making use of the EP-core library. [bhelgaas: fold in pci_epf_test_probe() -ENOMEM test from Wei Yongjun <weiyongjun1@huawei.com>] Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/endpoint/Kconfig')
-rw-r--r--drivers/pci/endpoint/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/pci/endpoint/Kconfig b/drivers/pci/endpoint/Kconfig
index c86bca9b7de3..c23f146fb5a6 100644
--- a/drivers/pci/endpoint/Kconfig
+++ b/drivers/pci/endpoint/Kconfig
@@ -26,4 +26,6 @@ config PCI_ENDPOINT_CONFIGFS
configure the endpoint function and used to bind the
function with a endpoint controller.
+source "drivers/pci/endpoint/functions/Kconfig"
+
endmenu