Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9c87da4eb37e316e89d4004766f3f4a375c15bdd
Commit:     9c87da4eb37e316e89d4004766f3f4a375c15bdd
Parent:     fe69ca3ac226980dd2cc367a7613cd776cdb8c88
Author:     Stefan Richter <[EMAIL PROTECTED]>
AuthorDate: Thu Dec 28 16:20:00 2006 +0100
Committer:  Stefan Richter <[EMAIL PROTECTED]>
CommitDate: Fri Mar 9 22:02:37 2007 +0100

    firewire: mark fw-core as experimental
    
    The new stack is not yet stable WRT functionality and APIs.
    
    Signed-off-by: Stefan Richter <[EMAIL PROTECTED]>
---
 drivers/firewire/Kconfig |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/drivers/firewire/Kconfig b/drivers/firewire/Kconfig
index bfab4b3..72f8568 100644
--- a/drivers/firewire/Kconfig
+++ b/drivers/firewire/Kconfig
@@ -2,8 +2,12 @@
 
 menu "IEEE 1394 (FireWire) support (JUJU alternative stack)"
 
+comment "This is an EXPERIMENTAL set of alternative FireWire drivers."
+       depends on EXPERIMENTAL=n
+
 config FW
-       tristate "IEEE 1394 (FireWire) support (JUJU alternative stack)"
+       tristate "IEEE 1394 (FireWire) support (JUJU alternative stack, 
experimental)"
+       depends on EXPERIMENTAL
        help
          IEEE 1394 describes a high performance serial bus, which is also
          known as FireWire(tm) or i.Link(tm) and is used for connecting all
-
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