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>
diff --git a/drivers/firewire/Kconfig b/drivers/firewire/Kconfig
index bdd6303..b386334 100644
--- a/drivers/firewire/Kconfig
+++ b/drivers/firewire/Kconfig
@@ -20,4 +20,15 @@
 	  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