diff options
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2006-12-31 11:20:20 -0500 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-03-09 16:02:38 -0500 |
commit | 22a38e72bc18b9e8b860182c512efaade5590c7d (patch) | |
tree | 65fa4bfb71981a9f9cb9dfa3b31f80d520197952 | |
parent | 687198bbd2679cb72cf381da070082d3d9f57edf (diff) |
firewire: put old and new stack into same Kconfig submenu
Screenshot from "make menuconfig":
...
?????????????????????? IEEE 1394 (FireWire) support ???????????????????????
? Arrow keys navigate the menu. <Enter> selects submenus --->. ?
...
? ??????????????????????????????????????????????????????????????????????? ?
? ? <M> IEEE 1394 (FireWire) support (JUJU alternative stack, experim? ?
? ? <M> Support for OHCI firewire host controllers ? ?
? ? <M> Support for storage devices (SBP-2 protocol driver) ? ?
? ? <M> IEEE 1394 (FireWire) support ? ?
? ? --- Subsystem Options ? ?
? ? [ ] Excessive debugging output ? ?
...
? <Select> < Exit > < Help > ?
???????????????????????????????????????????????????????????????????????????
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
-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 |