]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/uio/Kconfig
uio: add generic driver for PCI 2.3 devices
[mirror_ubuntu-artful-kernel.git] / drivers / uio / Kconfig
index 45200fd68534f67dc45f1395d18f7e21808f3b6d..8aa1955f35ed5f0099609565c0cdc89022f13396 100644 (file)
@@ -84,4 +84,14 @@ config UIO_SERCOS3
 
          If you compile this as a module, it will be called uio_sercos3.
 
+config UIO_PCI_GENERIC
+       tristate "Generic driver for PCI 2.3 and PCI Express cards"
+       depends on PCI
+       default n
+       help
+         Generic driver that you can bind, dynamically, to any
+         PCI 2.3 compliant and PCI Express card. It is useful,
+         primarily, for virtualization scenarios.
+         If you compile this as a module, it will be called uio_pci_generic.
+
 endif