Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=11f494ee25dd81af90255b1d61abc6f5508db4d0
Commit:     11f494ee25dd81af90255b1d61abc6f5508db4d0
Parent:     b3d6e151142c6d22abdf1e3e7bde0f6d828df945
Author:     Stefan Richter <[EMAIL PROTECTED]>
AuthorDate: Sun Mar 18 01:39:28 2007 +0100
Committer:  Stefan Richter <[EMAIL PROTECTED]>
CommitDate: Tue Mar 20 23:27:19 2007 +0100

    firewire: rename CONFIG_FW to CONFIG_FIREWIRE
    
    to avoid confusion with CONFIG_FW_LOADER.
    
    Signed-off-by: Stefan Richter <[EMAIL PROTECTED]>
    Acked-by: Kristian Høgsberg <[EMAIL PROTECTED]>
---
 drivers/Makefile          |    2 +-
 drivers/firewire/Kconfig  |   10 +++++-----
 drivers/firewire/Makefile |    6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/drivers/Makefile b/drivers/Makefile
index 57d92da..ace16e9 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -36,7 +36,7 @@ obj-$(CONFIG_FC4)             += fc4/
 obj-$(CONFIG_SCSI)             += scsi/
 obj-$(CONFIG_ATA)              += ata/
 obj-$(CONFIG_FUSION)           += message/
-obj-$(CONFIG_FW)               += firewire/
+obj-$(CONFIG_FIREWIRE)         += firewire/
 obj-$(CONFIG_IEEE1394)         += ieee1394/
 obj-y                          += cdrom/
 obj-y                          += auxdisplay/
diff --git a/drivers/firewire/Kconfig b/drivers/firewire/Kconfig
index 5c46e25..5fc56fa 100644
--- a/drivers/firewire/Kconfig
+++ b/drivers/firewire/Kconfig
@@ -3,7 +3,7 @@
 comment "An alternative FireWire stack is available with EXPERIMENTAL=y"
        depends on EXPERIMENTAL=n
 
-config FW
+config FIREWIRE
        tristate "IEEE 1394 (FireWire) support (JUJU alternative stack, 
experimental)"
        depends on EXPERIMENTAL
        help
@@ -24,9 +24,9 @@ config FW
          stack, or the classic stack (the ieee1394 driver, ohci1394 etc.)
          or both.
 
-config FW_OHCI
+config FIREWIRE_OHCI
        tristate "Support for OHCI FireWire host controllers"
-       depends on PCI && FW
+       depends on PCI && FIREWIRE
        help
          Enable this driver if you have a FireWire controller based
          on the OHCI specification.  For all practical purposes, this
@@ -39,9 +39,9 @@ config FW_OHCI
          blacklist either ohci1394 or fw-ohci to let hotplug load the desired
          driver.
 
-config FW_SBP2
+config FIREWIRE_SBP2
        tristate "Support for storage devices (SBP-2 protocol driver)"
-       depends on FW && SCSI
+       depends on FIREWIRE && SCSI
        help
          This option enables you to use SBP-2 devices connected to a
          FireWire bus.  SBP-2 devices include storage devices like
diff --git a/drivers/firewire/Makefile b/drivers/firewire/Makefile
index b955c99..eddc16c 100644
--- a/drivers/firewire/Makefile
+++ b/drivers/firewire/Makefile
@@ -5,6 +5,6 @@
 fw-core-objs := fw-card.o fw-topology.o fw-transaction.o fw-iso.o \
        fw-device.o fw-device-cdev.o
 
-obj-$(CONFIG_FW) += fw-core.o
-obj-$(CONFIG_FW_OHCI) += fw-ohci.o
-obj-$(CONFIG_FW_SBP2) += fw-sbp2.o
\ No newline at end of file
+obj-$(CONFIG_FIREWIRE) += fw-core.o
+obj-$(CONFIG_FIREWIRE_OHCI) += fw-ohci.o
+obj-$(CONFIG_FIREWIRE_SBP2) += fw-sbp2.o
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to