aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/uio/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/uio/Kconfig')
-rw-r--r--drivers/uio/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/uio/Kconfig b/drivers/uio/Kconfig
index 202ee81cfc2b..16d713658c7f 100644
--- a/drivers/uio/Kconfig
+++ b/drivers/uio/Kconfig
@@ -165,4 +165,13 @@ config UIO_HV_GENERIC
to network and storage devices from userspace.
If you compile this as a module, it will be called uio_hv_generic.
+
+config UIO_PCI_EP
+ tristate "PCI EP driver"
+ depends on PCI
+ help
+ Userspace I/O interface for the resources of PCI EP Function.
+ This driver configures the PCI EP according to information
+ received from device tree and exposes the EP
+ resources (BARs, MSIs) to userspace
endif