mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
fe69ca3ac2
commit
9c87da4eb3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue