diff options
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2006-12-28 10:20:00 -0500 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-03-09 16:02:37 -0500 |
commit | 9c87da4eb37e316e89d4004766f3f4a375c15bdd (patch) | |
tree | ff0950e312510a0d8dc4af783d3ddb789ba36313 /drivers/firewire/Kconfig | |
parent | fe69ca3ac226980dd2cc367a7613cd776cdb8c88 (diff) |
firewire: mark fw-core as experimental
The new stack is not yet stable WRT functionality and APIs.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'drivers/firewire/Kconfig')
-rw-r--r-- | drivers/firewire/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/firewire/Kconfig b/drivers/firewire/Kconfig index bfab4b32cdce..72f85681e6e6 100644 --- a/drivers/firewire/Kconfig +++ b/drivers/firewire/Kconfig | |||
@@ -2,8 +2,12 @@ | |||
2 | 2 | ||
3 | menu "IEEE 1394 (FireWire) support (JUJU alternative stack)" | 3 | menu "IEEE 1394 (FireWire) support (JUJU alternative stack)" |
4 | 4 | ||
5 | comment "This is an EXPERIMENTAL set of alternative FireWire drivers." | ||
6 | depends on EXPERIMENTAL=n | ||
7 | |||
5 | config FW | 8 | config FW |
6 | tristate "IEEE 1394 (FireWire) support (JUJU alternative stack)" | 9 | tristate "IEEE 1394 (FireWire) support (JUJU alternative stack, experimental)" |
10 | depends on EXPERIMENTAL | ||
7 | help | 11 | help |
8 | IEEE 1394 describes a high performance serial bus, which is also | 12 | IEEE 1394 describes a high performance serial bus, which is also |
9 | known as FireWire(tm) or i.Link(tm) and is used for connecting all | 13 | known as FireWire(tm) or i.Link(tm) and is used for connecting all |