Skip to content

Commit

Permalink
[CIFS] Make CONFIG_CIFS_EXPERIMENTAL depend on CONFIG_EXPERIMENTAL
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Steve French committed Nov 2, 2005
1 parent ec1890c commit cb9dbff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cb9dbff

Please sign in to comment.