diff options
Diffstat (limited to 'drivers/ieee1394/Kconfig')
-rw-r--r-- | drivers/ieee1394/Kconfig | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/drivers/ieee1394/Kconfig b/drivers/ieee1394/Kconfig index 672b92ef9f21..680da9e195dc 100644 --- a/drivers/ieee1394/Kconfig +++ b/drivers/ieee1394/Kconfig | |||
@@ -161,17 +161,12 @@ config IEEE1394_ETH1394 | |||
161 | MCAP, therefore multicast support is significantly limited. | 161 | MCAP, therefore multicast support is significantly limited. |
162 | 162 | ||
163 | config IEEE1394_DV1394 | 163 | config IEEE1394_DV1394 |
164 | tristate "OHCI-DV I/O support" | 164 | tristate "OHCI-DV I/O support (deprecated)" |
165 | depends on IEEE1394 && IEEE1394_OHCI1394 | 165 | depends on IEEE1394 && IEEE1394_OHCI1394 |
166 | help | 166 | help |
167 | This driver allows you to transmit and receive DV (digital video) | 167 | The dv1394 driver will be removed from Linux in a future release. |
168 | streams on an OHCI-1394 card using a simple frame-oriented | 168 | Its functionality is now provided by raw1394 together with libraries |
169 | interface. | 169 | such as libiec61883. |
170 | |||
171 | The user-space API for dv1394 is documented in dv1394.h. | ||
172 | |||
173 | To compile this driver as a module, say M here: the | ||
174 | module will be called dv1394. | ||
175 | 170 | ||
176 | config IEEE1394_RAWIO | 171 | config IEEE1394_RAWIO |
177 | tristate "Raw IEEE1394 I/O support" | 172 | tristate "Raw IEEE1394 I/O support" |