diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2011-01-02 06:15:54 +0000 |
---|---|---|
committer | Eric Van Hensbergen <ericvh@gmail.com> | 2011-01-11 09:58:07 -0600 |
commit | 255614c45943d43a3778a04b214692346b9d5049 (patch) | |
tree | 1223496c1c3e929cd3c34cada2d4cd0cf22520af /fs/9p | |
parent | 6f81c1157468dd0a7377249c44ae83a7fe998bc9 (diff) | |
download | linux-3.10-255614c45943d43a3778a04b214692346b9d5049.tar.gz linux-3.10-255614c45943d43a3778a04b214692346b9d5049.tar.bz2 linux-3.10-255614c45943d43a3778a04b214692346b9d5049.zip |
fs/9p: fix menu presentation
Make the 9P_FS kconfig options subordinate to the 9P_FS kconfig symbol
in the menu presentation instead of them all being at the same level.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
Diffstat (limited to 'fs/9p')
-rw-r--r-- | fs/9p/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fs/9p/Kconfig b/fs/9p/Kconfig index 7e051147679..814ac4e213a 100644 --- a/fs/9p/Kconfig +++ b/fs/9p/Kconfig @@ -9,6 +9,8 @@ config 9P_FS If unsure, say N. +if 9P_FS + config 9P_FSCACHE bool "Enable 9P client caching support (EXPERIMENTAL)" depends on EXPERIMENTAL @@ -20,7 +22,6 @@ config 9P_FSCACHE config 9P_FS_POSIX_ACL bool "9P POSIX Access Control Lists" - depends on 9P_FS select FS_POSIX_ACL help POSIX Access Control Lists (ACLs) support permissions for users and @@ -30,3 +31,5 @@ config 9P_FS_POSIX_ACL Linux website <http://acl.bestbits.at/>. If you don't know what Access Control Lists are, say N + +endif |