Explorar o código

[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>
Steve French %!s(int64=20) %!d(string=hai) anos
pai
achega
cb9dbff92e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      fs/Kconfig

+ 1 - 1
fs/Kconfig

@@ -1639,7 +1639,7 @@ config CIFS_POSIX
 
 
 config CIFS_EXPERIMENTAL
 config CIFS_EXPERIMENTAL
 	  bool "CIFS Experimental Features (EXPERIMENTAL)"
 	  bool "CIFS Experimental Features (EXPERIMENTAL)"
-	  depends on CIFS
+	  depends on CIFS && EXPERIMENTAL
 	  help
 	  help
 	    Enables cifs features under testing. These features
 	    Enables cifs features under testing. These features
 	    are highly experimental.  If unsure, say N.
 	    are highly experimental.  If unsure, say N.