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>
master
Daniel Dickinson 9 years ago committed by John Crispin
parent eca1021e5c
commit b9952797e6
  1. 3
      config/Config-kernel.in

@ -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…
Cancel
Save