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>
This commit is contained in:
Kristian Høgsberg
2006-12-19 19:58:35 -05:00
committed by Stefan Richter
parent 19a15b937b
commit ed5689122f
4 changed files with 1558 additions and 0 deletions

View File

@@ -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