diff options
Diffstat (limited to 'drivers/uio/Kconfig')
-rw-r--r-- | drivers/uio/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/uio/Kconfig b/drivers/uio/Kconfig index 04b954cfce76..7f86534de269 100644 --- a/drivers/uio/Kconfig +++ b/drivers/uio/Kconfig | |||
@@ -58,6 +58,24 @@ config UIO_SMX | |||
58 | 58 | ||
59 | If you compile this as a module, it will be called uio_smx. | 59 | If you compile this as a module, it will be called uio_smx. |
60 | 60 | ||
61 | config UIO_AEC | ||
62 | tristate "AEC video timestamp device" | ||
63 | depends on PCI | ||
64 | default n | ||
65 | help | ||
66 | |||
67 | UIO driver for the Adrienne Electronics Corporation PCI time | ||
68 | code device. | ||
69 | |||
70 | This device differs from other UIO devices since it uses I/O | ||
71 | ports instead of memory mapped I/O. In order to make it | ||
72 | possible for UIO to work with this device a utility, uioport, | ||
73 | can be used to read and write the ports: | ||
74 | |||
75 | git clone git://ifup.org/philips/uioport.git | ||
76 | |||
77 | If you compile this as a module, it will be called uio_aec. | ||
78 | |||
61 | config UIO_SERCOS3 | 79 | config UIO_SERCOS3 |
62 | tristate "Automata Sercos III PCI card driver" | 80 | tristate "Automata Sercos III PCI card driver" |
63 | default n | 81 | default n |