diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
commit | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch) | |
tree | a8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /drivers/uio/Kconfig | |
parent | 406089d01562f1e2bf9f089fd7637009ebaad589 (diff) |
Patched in Tegra support.
Diffstat (limited to 'drivers/uio/Kconfig')
-rw-r--r-- | drivers/uio/Kconfig | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/uio/Kconfig b/drivers/uio/Kconfig index f56d185790e..6f3ea9bbc81 100644 --- a/drivers/uio/Kconfig +++ b/drivers/uio/Kconfig | |||
@@ -44,22 +44,6 @@ 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 | ||
47 | config 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 | |||
63 | config UIO_AEC | 47 | config UIO_AEC |
64 | tristate "AEC video timestamp device" | 48 | tristate "AEC video timestamp device" |
65 | depends on PCI | 49 | depends on PCI |
@@ -113,7 +97,6 @@ config UIO_NETX | |||
113 | config UIO_PRUSS | 97 | config UIO_PRUSS |
114 | tristate "Texas Instruments PRUSS driver" | 98 | tristate "Texas Instruments PRUSS driver" |
115 | depends on ARCH_DAVINCI_DA850 | 99 | depends on ARCH_DAVINCI_DA850 |
116 | select GENERIC_ALLOCATOR | ||
117 | help | 100 | help |
118 | PRUSS driver for OMAPL138/DA850/AM18XX devices | 101 | PRUSS driver for OMAPL138/DA850/AM18XX devices |
119 | PRUSS driver requires user space components, examples and user space | 102 | PRUSS driver requires user space components, examples and user space |