diff options
-rw-r--r-- | drivers/ieee1394/Kconfig | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/drivers/ieee1394/Kconfig b/drivers/ieee1394/Kconfig index 5c0b522ae077..f9c4abe9fb28 100644 --- a/drivers/ieee1394/Kconfig +++ b/drivers/ieee1394/Kconfig | |||
@@ -34,7 +34,7 @@ config IEEE1394_VERBOSEDEBUG | |||
34 | Say Y if you really want or need the debugging output, everyone | 34 | Say Y if you really want or need the debugging output, everyone |
35 | else says N. | 35 | else says N. |
36 | 36 | ||
37 | comment "Device Drivers" | 37 | comment "Controllers" |
38 | depends on IEEE1394 | 38 | depends on IEEE1394 |
39 | 39 | ||
40 | comment "Texas Instruments PCILynx requires I2C" | 40 | comment "Texas Instruments PCILynx requires I2C" |
@@ -52,6 +52,10 @@ config IEEE1394_PCILYNX | |||
52 | To compile this driver as a module, say M here: the | 52 | To compile this driver as a module, say M here: the |
53 | module will be called pcilynx. | 53 | module will be called pcilynx. |
54 | 54 | ||
55 | Only some old and now very rare PCI and CardBus cards and | ||
56 | PowerMacs G3 B&W contain the PCILynx controller. Therefore | ||
57 | almost everybody can say N here. | ||
58 | |||
55 | config IEEE1394_OHCI1394 | 59 | config IEEE1394_OHCI1394 |
56 | tristate "OHCI-1394 support" | 60 | tristate "OHCI-1394 support" |
57 | depends on PCI && IEEE1394 | 61 | depends on PCI && IEEE1394 |
@@ -65,7 +69,7 @@ config IEEE1394_OHCI1394 | |||
65 | To compile this driver as a module, say M here: the | 69 | To compile this driver as a module, say M here: the |
66 | module will be called ohci1394. | 70 | module will be called ohci1394. |
67 | 71 | ||
68 | comment "Protocol Drivers" | 72 | comment "Protocols" |
69 | depends on IEEE1394 | 73 | depends on IEEE1394 |
70 | 74 | ||
71 | config IEEE1394_VIDEO1394 | 75 | config IEEE1394_VIDEO1394 |
@@ -134,12 +138,12 @@ config IEEE1394_RAWIO | |||
134 | tristate "Raw IEEE1394 I/O support" | 138 | tristate "Raw IEEE1394 I/O support" |
135 | depends on IEEE1394 | 139 | depends on IEEE1394 |
136 | help | 140 | help |
137 | Say Y here if you want support for the raw device. This is generally | 141 | This option adds support for the raw1394 device file which enables |
138 | a good idea, so you should say Y here. The raw device enables | 142 | direct communication of user programs with the IEEE 1394 bus and thus |
139 | direct communication of user programs with the IEEE 1394 bus and | 143 | with the attached peripherals. Almost all application programs which |
140 | thus with the attached peripherals. | 144 | access FireWire require this option. |
141 | 145 | ||
142 | To compile this driver as a module, say M here: the | 146 | To compile this driver as a module, say M here: the module will be |
143 | module will be called raw1394. | 147 | called raw1394. |
144 | 148 | ||
145 | endmenu | 149 | endmenu |