Commit 255614c45943d43a3778a04b214692346b9d5049
Committed by
Eric Van Hensbergen
1 parent
6f81c11574
Exists in
master
and in
7 other branches
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>
Showing 1 changed file with 4 additions and 1 deletions Side-by-side Diff
fs/9p/Kconfig
| ... | ... | @@ -9,6 +9,8 @@ |
| 9 | 9 | |
| 10 | 10 | If unsure, say N. |
| 11 | 11 | |
| 12 | +if 9P_FS | |
| 13 | + | |
| 12 | 14 | config 9P_FSCACHE |
| 13 | 15 | bool "Enable 9P client caching support (EXPERIMENTAL)" |
| 14 | 16 | depends on EXPERIMENTAL |
| ... | ... | @@ -20,7 +22,6 @@ |
| 20 | 22 | |
| 21 | 23 | config 9P_FS_POSIX_ACL |
| 22 | 24 | bool "9P POSIX Access Control Lists" |
| 23 | - depends on 9P_FS | |
| 24 | 25 | select FS_POSIX_ACL |
| 25 | 26 | help |
| 26 | 27 | POSIX Access Control Lists (ACLs) support permissions for users and |
| ... | ... | @@ -30,4 +31,6 @@ |
| 30 | 31 | Linux website <http://acl.bestbits.at/>. |
| 31 | 32 | |
| 32 | 33 | If you don't know what Access Control Lists are, say N |
| 34 | + | |
| 35 | +endif |