diff options
Diffstat (limited to 'drivers/ieee1394/Kconfig')
-rw-r--r-- | drivers/ieee1394/Kconfig | 26 |
1 files changed, 8 insertions, 18 deletions
diff --git a/drivers/ieee1394/Kconfig b/drivers/ieee1394/Kconfig index 672b92ef9f21..e7d56573fe56 100644 --- a/drivers/ieee1394/Kconfig +++ b/drivers/ieee1394/Kconfig | |||
@@ -36,7 +36,7 @@ config IEEE1394_VERBOSEDEBUG | |||
36 | else says N. | 36 | else says N. |
37 | 37 | ||
38 | config IEEE1394_OUI_DB | 38 | config IEEE1394_OUI_DB |
39 | bool "OUI Database built-in" | 39 | bool "OUI Database built-in (deprecated)" |
40 | depends on IEEE1394 | 40 | depends on IEEE1394 |
41 | help | 41 | help |
42 | If you say Y here, then an OUI list (vendor unique ID's) will be | 42 | If you say Y here, then an OUI list (vendor unique ID's) will be |
@@ -67,16 +67,11 @@ config IEEE1394_CONFIG_ROM_IP1394 | |||
67 | eth1394 option below. | 67 | eth1394 option below. |
68 | 68 | ||
69 | config IEEE1394_EXPORT_FULL_API | 69 | config IEEE1394_EXPORT_FULL_API |
70 | bool "Export all symbols of ieee1394's API" | 70 | bool "Export all symbols of ieee1394's API (deprecated)" |
71 | depends on IEEE1394 | 71 | depends on IEEE1394 |
72 | default n | 72 | default n |
73 | help | 73 | help |
74 | Export all symbols of ieee1394's driver programming interface, even | 74 | This option will be removed soon. Don't worry, say N. |
75 | those that are not currently used by the standard IEEE 1394 drivers. | ||
76 | |||
77 | This option does not affect the interface to userspace applications. | ||
78 | Say Y here if you want to compile externally developed drivers that | ||
79 | make extended use of ieee1394's API. It is otherwise safe to say N. | ||
80 | 75 | ||
81 | comment "Device Drivers" | 76 | comment "Device Drivers" |
82 | depends on IEEE1394 | 77 | depends on IEEE1394 |
@@ -125,7 +120,7 @@ comment "SBP-2 support (for storage devices) requires SCSI" | |||
125 | 120 | ||
126 | config IEEE1394_SBP2 | 121 | config IEEE1394_SBP2 |
127 | tristate "SBP-2 support (Harddisks etc.)" | 122 | tristate "SBP-2 support (Harddisks etc.)" |
128 | depends on IEEE1394 && SCSI && (PCI || BROKEN) | 123 | depends on IEEE1394 && SCSI |
129 | help | 124 | help |
130 | This option enables you to use SBP-2 devices connected to an IEEE | 125 | This option enables you to use SBP-2 devices connected to an IEEE |
131 | 1394 bus. SBP-2 devices include storage devices like harddisks and | 126 | 1394 bus. SBP-2 devices include storage devices like harddisks and |
@@ -161,17 +156,12 @@ config IEEE1394_ETH1394 | |||
161 | MCAP, therefore multicast support is significantly limited. | 156 | MCAP, therefore multicast support is significantly limited. |
162 | 157 | ||
163 | config IEEE1394_DV1394 | 158 | config IEEE1394_DV1394 |
164 | tristate "OHCI-DV I/O support" | 159 | tristate "OHCI-DV I/O support (deprecated)" |
165 | depends on IEEE1394 && IEEE1394_OHCI1394 | 160 | depends on IEEE1394 && IEEE1394_OHCI1394 |
166 | help | 161 | help |
167 | This driver allows you to transmit and receive DV (digital video) | 162 | The dv1394 driver will be removed from Linux in a future release. |
168 | streams on an OHCI-1394 card using a simple frame-oriented | 163 | Its functionality is now provided by raw1394 together with libraries |
169 | interface. | 164 | 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 | 165 | ||
176 | config IEEE1394_RAWIO | 166 | config IEEE1394_RAWIO |
177 | tristate "Raw IEEE1394 I/O support" | 167 | tristate "Raw IEEE1394 I/O support" |