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 /drivers/firewire/Kconfig | |
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>
Diffstat (limited to 'drivers/firewire/Kconfig')
-rw-r--r-- | drivers/firewire/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
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 | ||