diff options
Diffstat (limited to 'drivers/firewire/Kconfig')
-rw-r--r-- | drivers/firewire/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/firewire/Kconfig b/drivers/firewire/Kconfig index b3863344617a..bfab4b32cdce 100644 --- a/drivers/firewire/Kconfig +++ b/drivers/firewire/Kconfig | |||
@@ -31,4 +31,16 @@ config FW_OHCI | |||
31 | To compile this driver as a module, say M here: the | 31 | To compile this driver as a module, say M here: the |
32 | module will be called fw-ohci. | 32 | module will be called fw-ohci. |
33 | 33 | ||
34 | config FW_SBP2 | ||
35 | tristate "Support for storage devices (SBP-2 protocol driver)" | ||
36 | depends on FW && SCSI | ||
37 | help | ||
38 | This option enables you to use SBP-2 devices connected to an | ||
39 | firewire bus. SBP-2 devices include storage devices like | ||
40 | harddisks and DVD drives, also some other FireWire devices | ||
41 | like scanners. | ||
42 | |||
43 | You should also enable support for disks, CD-ROMs, etc. in the SCSI | ||
44 | configuration section. | ||
45 | |||
34 | endmenu | 46 | endmenu |