diff options
-rw-r--r-- | drivers/Kconfig | 2 | ||||
-rw-r--r-- | drivers/firewire/Kconfig | 5 | ||||
-rw-r--r-- | drivers/ieee1394/Kconfig | 2 |
3 files changed, 3 insertions, 6 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig index 9c52a0449d26..050323fd79e9 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig | |||
@@ -30,8 +30,6 @@ source "drivers/md/Kconfig" | |||
30 | 30 | ||
31 | source "drivers/message/fusion/Kconfig" | 31 | source "drivers/message/fusion/Kconfig" |
32 | 32 | ||
33 | source "drivers/firewire/Kconfig" | ||
34 | |||
35 | source "drivers/ieee1394/Kconfig" | 33 | source "drivers/ieee1394/Kconfig" |
36 | 34 | ||
37 | source "drivers/message/i2o/Kconfig" | 35 | source "drivers/message/i2o/Kconfig" |
diff --git a/drivers/firewire/Kconfig b/drivers/firewire/Kconfig index 8e14675f92d6..048d52e69d15 100644 --- a/drivers/firewire/Kconfig +++ b/drivers/firewire/Kconfig | |||
@@ -1,8 +1,6 @@ | |||
1 | # -*- shell-script -*- | 1 | # -*- shell-script -*- |
2 | 2 | ||
3 | menu "IEEE 1394 (FireWire) support (JUJU alternative stack)" | 3 | comment "An alternative FireWire stack is available with EXPERIMENTAL=y" |
4 | |||
5 | comment "This is an EXPERIMENTAL set of alternative FireWire drivers." | ||
6 | depends on EXPERIMENTAL=n | 4 | depends on EXPERIMENTAL=n |
7 | 5 | ||
8 | config FW | 6 | config FW |
@@ -47,4 +45,3 @@ config FW_SBP2 | |||
47 | You should also enable support for disks, CD-ROMs, etc. in the SCSI | 45 | You should also enable support for disks, CD-ROMs, etc. in the SCSI |
48 | configuration section. | 46 | configuration section. |
49 | 47 | ||
50 | endmenu | ||
diff --git a/drivers/ieee1394/Kconfig b/drivers/ieee1394/Kconfig index b8a47342cd2c..c668538201bb 100644 --- a/drivers/ieee1394/Kconfig +++ b/drivers/ieee1394/Kconfig | |||
@@ -2,6 +2,8 @@ | |||
2 | 2 | ||
3 | menu "IEEE 1394 (FireWire) support" | 3 | menu "IEEE 1394 (FireWire) support" |
4 | 4 | ||
5 | source "drivers/firewire/Kconfig" | ||
6 | |||
5 | config IEEE1394 | 7 | config IEEE1394 |
6 | tristate "IEEE 1394 (FireWire) support" | 8 | tristate "IEEE 1394 (FireWire) support" |
7 | depends on PCI || BROKEN | 9 | depends on PCI || BROKEN |