Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) config EXT2_FS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) 	tristate "Second extended fs support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 	  Ext2 is a standard Linux file system for hard disks.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 	  To compile this file system support as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 	  module will be called ext2.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 	  If unsure, say Y.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) config EXT2_FS_XATTR
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 	bool "Ext2 extended attributes"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 	depends on EXT2_FS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 	  Extended attributes are name:value pairs associated with inodes by
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 	  the kernel or by users (see the attr(5) manual page for details).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 	  If unsure, say N.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) config EXT2_FS_POSIX_ACL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 	bool "Ext2 POSIX Access Control Lists"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) 	depends on EXT2_FS_XATTR
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) 	select FS_POSIX_ACL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) 	  Posix Access Control Lists (ACLs) support permissions for users and
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) 	  groups beyond the owner/group/world scheme.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) 	  If you don't know what Access Control Lists are, say N
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) config EXT2_FS_SECURITY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) 	bool "Ext2 Security Labels"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) 	depends on EXT2_FS_XATTR
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) 	  Security labels support alternative access control models
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) 	  implemented by security modules like SELinux.  This option
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) 	  enables an extended attribute handler for file security
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) 	  labels in the ext2 filesystem.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) 	  If you are not using a security module that requires using
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) 	  extended attributes for file security labels, say N.