Commit 3f94aa4d authored by Stefan Richter's avatar Stefan Richter

ieee1394: more help in Kconfig

  - s/Device Drivers/Controllers/
  - clarify who needs pcilynx
  - don't recommend Y for raw1394; M is typically used
Signed-off-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
parent 749cf766
...@@ -34,7 +34,7 @@ config IEEE1394_VERBOSEDEBUG ...@@ -34,7 +34,7 @@ config IEEE1394_VERBOSEDEBUG
Say Y if you really want or need the debugging output, everyone Say Y if you really want or need the debugging output, everyone
else says N. else says N.
comment "Device Drivers" comment "Controllers"
depends on IEEE1394 depends on IEEE1394
comment "Texas Instruments PCILynx requires I2C" comment "Texas Instruments PCILynx requires I2C"
...@@ -52,6 +52,10 @@ config IEEE1394_PCILYNX ...@@ -52,6 +52,10 @@ config IEEE1394_PCILYNX
To compile this driver as a module, say M here: the To compile this driver as a module, say M here: the
module will be called pcilynx. module will be called pcilynx.
Only some old and now very rare PCI and CardBus cards and
PowerMacs G3 B&W contain the PCILynx controller. Therefore
almost everybody can say N here.
config IEEE1394_OHCI1394 config IEEE1394_OHCI1394
tristate "OHCI-1394 support" tristate "OHCI-1394 support"
depends on PCI && IEEE1394 depends on PCI && IEEE1394
...@@ -65,7 +69,7 @@ config IEEE1394_OHCI1394 ...@@ -65,7 +69,7 @@ config IEEE1394_OHCI1394
To compile this driver as a module, say M here: the To compile this driver as a module, say M here: the
module will be called ohci1394. module will be called ohci1394.
comment "Protocol Drivers" comment "Protocols"
depends on IEEE1394 depends on IEEE1394
config IEEE1394_VIDEO1394 config IEEE1394_VIDEO1394
...@@ -134,12 +138,12 @@ config IEEE1394_RAWIO ...@@ -134,12 +138,12 @@ config IEEE1394_RAWIO
tristate "Raw IEEE1394 I/O support" tristate "Raw IEEE1394 I/O support"
depends on IEEE1394 depends on IEEE1394
help help
Say Y here if you want support for the raw device. This is generally This option adds support for the raw1394 device file which enables
a good idea, so you should say Y here. The raw device enables direct communication of user programs with the IEEE 1394 bus and thus
direct communication of user programs with the IEEE 1394 bus and with the attached peripherals. Almost all application programs which
thus with the attached peripherals. access FireWire require this option.
To compile this driver as a module, say M here: the To compile this driver as a module, say M here: the module will be
module will be called raw1394. called raw1394.
endmenu endmenu
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment