aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2005-11-02 11:37:15 -0800
committerSteve French <sfrench@us.ibm.com>2005-11-02 11:37:15 -0800
commitcb9dbff92e4bd61851dd32864e78024e9f0a77d2 (patch)
treee4758abe39b48fa0e0f527bc1fe4ad3a28c496a6 /fs/Kconfig
parentMerge git://brick.kernel.dk/data/git/linux-2.6-block (diff)
downloadlinux-dev-cb9dbff92e4bd61851dd32864e78024e9f0a77d2.tar.xz
linux-dev-cb9dbff92e4bd61851dd32864e78024e9f0a77d2.zip
[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
config CIFS_EXPERIMENTAL
bool "CIFS Experimental Features (EXPERIMENTAL)"
- depends on CIFS
+ depends on CIFS && EXPERIMENTAL
help
Enables cifs features under testing. These features
are highly experimental. If unsure, say N.