kernel: Move POSIX ACL and attr support options into submenu
Make global options menuconfig cleaner by moving POSIX ACL and attr support options into a submenu. Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
This commit is contained in:
parent
eca1021e5c
commit
b9952797e6
@ -631,6 +631,7 @@ if KERNEL_IP_PNP
|
||||
|
||||
endif
|
||||
|
||||
menu "Filesystem ACL and attr support options"
|
||||
config USE_FS_ACL_ATTR
|
||||
bool "Use filesystem ACL and attr support by default"
|
||||
default n
|
||||
@ -715,3 +716,5 @@ config KERNEL_JFS_POSIX_ACL
|
||||
bool "Enable POSIX ACLs for JFS"
|
||||
select KERNEL_FS_POSIX_ACL
|
||||
default y if USE_FS_ACL_ATTR
|
||||
|
||||
endmenu
|
||||
|
Loading…
Reference in New Issue
Block a user