Skip to content

Commit

Permalink
fs/9p: fix menu presentation
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Eric Van Hensbergen <[email protected]>
  • Loading branch information
rddunlap authored and ericvh committed Jan 11, 2011
1 parent 6f81c11 commit 255614c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fs/9p/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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

0 comments on commit 255614c

Please sign in to comment.