aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/uio/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/uio/Kconfig')
-rw-r--r--drivers/uio/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/uio/Kconfig b/drivers/uio/Kconfig
index 6f3ea9bbc818..82e2b89d4480 100644
--- a/drivers/uio/Kconfig
+++ b/drivers/uio/Kconfig
@@ -44,6 +44,22 @@ config UIO_PDRV_GENIRQ
44 44
45 If you don't know what to do here, say N. 45 If you don't know what to do here, say N.
46 46
47config UIO_DMEM_GENIRQ
48 tristate "Userspace platform driver with generic irq and dynamic memory"
49 help
50 Platform driver for Userspace I/O devices, including generic
51 interrupt handling code. Shared interrupts are not supported.
52
53 Memory regions can be specified with the same platform device
54 resources as the UIO_PDRV drivers, but dynamic regions can also
55 be specified.
56 The number and size of these regions is static,
57 but the memory allocation is not performed until
58 the associated device file is opened. The
59 memory is freed once the uio device is closed.
60
61 If you don't know what to do here, say N.
62
47config UIO_AEC 63config UIO_AEC
48 tristate "AEC video timestamp device" 64 tristate "AEC video timestamp device"
49 depends on PCI 65 depends on PCI