aboutsummaryrefslogtreecommitdiff
path: root/drivers/uio/Kconfig
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2013-06-26 11:52:12 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-07-26 17:54:30 -0700
commit26dac3c49d56642b06c07c80a2184abbf510920f (patch)
treea3bae08b3d70c573b94bd744347dcfd78c2dd4e4 /drivers/uio/Kconfig
parentb950ac1dabfcbf97b99f26fa75f86087e1960aef (diff)
uio: Remove uio_pdrv and use uio_pdrv_genirq instead
The patch "UIO: fix uio_pdrv_genirq with device tree but no interrupt" (sha1: e3a3c3a205554e564751cd9c0276b2af813d7a92) add support to use this driver with no interrupts. uio_pdrv_genirq also supports device-tree binding which is not available in uio_pdrv. That's why this uio_pdrv driver can be just removed. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Vitalii Demianets <vitas@nppfactor.kiev.ua> Reviewed-by: Pavel Machek <pavel@denx.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/uio/Kconfig')
-rw-r--r--drivers/uio/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/uio/Kconfig b/drivers/uio/Kconfig
index 5295be0342c1..a81d16389a58 100644
--- a/drivers/uio/Kconfig
+++ b/drivers/uio/Kconfig
@@ -23,13 +23,6 @@ config UIO_CIF
To compile this driver as a module, choose M here: the module
will be called uio_cif.
-config UIO_PDRV
- tristate "Userspace I/O platform driver"
- help
- Generic platform driver for Userspace I/O devices.
-
- If you don't know what to do here, say N.
-
config UIO_PDRV_GENIRQ
tristate "Userspace I/O platform driver with generic IRQ handling"
help