diff options
author | Steve French <sfrench@us.ibm.com> | 2005-11-02 11:37:15 -0800 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-11-02 11:37:15 -0800 |
commit | cb9dbff92e4bd61851dd32864e78024e9f0a77d2 (patch) | |
tree | e4758abe39b48fa0e0f527bc1fe4ad3a28c496a6 | |
parent | ec1890c5df451799dec969a3581ff72e1934b5ee (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>
-rw-r--r-- | fs/Kconfig | 2 |
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. |