aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2005-11-02 14:37:15 -0500
committerSteve French <sfrench@us.ibm.com>2005-11-02 14:37:15 -0500
commitcb9dbff92e4bd61851dd32864e78024e9f0a77d2 (patch)
treee4758abe39b48fa0e0f527bc1fe4ad3a28c496a6 /fs/Kconfig
parentec1890c5df451799dec969a3581ff72e1934b5ee (diff)
[CIFS] Make CONFIG_CIFS_EXPERIMENTAL depend on CONFIG_EXPERIMENTAL
It seems logical. Note that CONFIG_EXPERIMENTAL itself doesn't enable any code. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 01a295232f75..c9c4108469c3 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -1639,7 +1639,7 @@ config CIFS_POSIX
1639 1639
1640config CIFS_EXPERIMENTAL 1640config CIFS_EXPERIMENTAL
1641 bool "CIFS Experimental Features (EXPERIMENTAL)" 1641 bool "CIFS Experimental Features (EXPERIMENTAL)"
1642 depends on CIFS 1642 depends on CIFS && EXPERIMENTAL
1643 help 1643 help
1644 Enables cifs features under testing. These features 1644 Enables cifs features under testing. These features
1645 are highly experimental. If unsure, say N. 1645 are highly experimental. If unsure, say N.