diff options
author | Kristian Høgsberg <krh@redhat.com> | 2006-12-19 19:58:35 -0500 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-03-09 22:02:34 +0100 |
commit | ed5689122f4cdb5cb8c6770ad1a2c8561b32d9b3 (patch) | |
tree | e2f45d88370663642bb186d95d075a3b410525fd /drivers/firewire/Kconfig | |
parent | 19a15b937b26638933307bb02f7b1801310d6eb2 (diff) |
firewire: Add driver for OHCI firewire host controllers.
Signed-off-by: Kristian Høgsberg <krh@redhat.com>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
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 To compile this driver as a module, say M here: the module will be called fw-core. +config FW_OHCI + tristate "Support for OHCI firewire host controllers" + depends on PCI && FW + help + Enable this driver if you have an firewire controller based + on the OHCI specification. For all practical purposes, this + is the only chipset in use, so say Y here. + + To compile this driver as a module, say M here: the + module will be called fw-ohci. + endmenu |