diff options
Diffstat (limited to 'drivers/firewire/Kconfig')
-rw-r--r-- | drivers/firewire/Kconfig | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/firewire/Kconfig b/drivers/firewire/Kconfig index 72f85681e6e6..8e14675f92d6 100644 --- a/drivers/firewire/Kconfig +++ b/drivers/firewire/Kconfig | |||
@@ -18,17 +18,17 @@ config FW | |||
18 | is the core support only, you will also need to select a driver for | 18 | is the core support only, you will also need to select a driver for |
19 | your IEEE 1394 adapter. | 19 | your IEEE 1394 adapter. |
20 | 20 | ||
21 | This is the "JUJU" firewire stack, an alternative | 21 | This is the "JUJU" FireWire stack, an alternative |
22 | implementation designed for roboustness and simplicity. | 22 | implementation designed for robustness and simplicity. |
23 | 23 | ||
24 | To compile this driver as a module, say M here: the | 24 | To compile this driver as a module, say M here: the |
25 | module will be called fw-core. | 25 | module will be called fw-core. |
26 | 26 | ||
27 | config FW_OHCI | 27 | config FW_OHCI |
28 | tristate "Support for OHCI firewire host controllers" | 28 | tristate "Support for OHCI FireWire host controllers" |
29 | depends on PCI && FW | 29 | depends on PCI && FW |
30 | help | 30 | help |
31 | Enable this driver if you have an firewire controller based | 31 | Enable this driver if you have a FireWire controller based |
32 | on the OHCI specification. For all practical purposes, this | 32 | on the OHCI specification. For all practical purposes, this |
33 | is the only chipset in use, so say Y here. | 33 | is the only chipset in use, so say Y here. |
34 | 34 | ||
@@ -39,8 +39,8 @@ config FW_SBP2 | |||
39 | tristate "Support for storage devices (SBP-2 protocol driver)" | 39 | tristate "Support for storage devices (SBP-2 protocol driver)" |
40 | depends on FW && SCSI | 40 | depends on FW && SCSI |
41 | help | 41 | help |
42 | This option enables you to use SBP-2 devices connected to an | 42 | This option enables you to use SBP-2 devices connected to a |
43 | firewire bus. SBP-2 devices include storage devices like | 43 | FireWire bus. SBP-2 devices include storage devices like |
44 | harddisks and DVD drives, also some other FireWire devices | 44 | harddisks and DVD drives, also some other FireWire devices |
45 | like scanners. | 45 | like scanners. |
46 | 46 | ||