diff options
Diffstat (limited to 'drivers/firewire/Kconfig')
-rw-r--r-- | drivers/firewire/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/firewire/Kconfig b/drivers/firewire/Kconfig index bdd6303f1a4e..b3863344617a 100644 --- a/drivers/firewire/Kconfig +++ b/drivers/firewire/Kconfig | |||
@@ -20,4 +20,15 @@ config FW | |||
20 | To compile this driver as a module, say M here: the | 20 | To compile this driver as a module, say M here: the |
21 | module will be called fw-core. | 21 | module will be called fw-core. |
22 | 22 | ||
23 | config FW_OHCI | ||
24 | tristate "Support for OHCI firewire host controllers" | ||
25 | depends on PCI && FW | ||
26 | help | ||
27 | Enable this driver if you have an firewire controller based | ||
28 | on the OHCI specification. For all practical purposes, this | ||
29 | is the only chipset in use, so say Y here. | ||
30 | |||
31 | To compile this driver as a module, say M here: the | ||
32 | module will be called fw-ohci. | ||
33 | |||
23 | endmenu | 34 | endmenu |