Kconfig (3eb66e91a25497065c5322b1268cbc3953642227) | Kconfig (643fa9612bf1a29153eee46fd398117632f93cbe) |
---|---|
1config UBIFS_FS 2 tristate "UBIFS file system support" 3 select CRC16 4 select CRC32 5 select CRYPTO if UBIFS_FS_ADVANCED_COMPR 6 select CRYPTO if UBIFS_FS_LZO 7 select CRYPTO if UBIFS_FS_ZLIB 8 select CRYPTO_LZO if UBIFS_FS_LZO 9 select CRYPTO_DEFLATE if UBIFS_FS_ZLIB 10 select CRYPTO_HASH_INFO | 1config UBIFS_FS 2 tristate "UBIFS file system support" 3 select CRC16 4 select CRC32 5 select CRYPTO if UBIFS_FS_ADVANCED_COMPR 6 select CRYPTO if UBIFS_FS_LZO 7 select CRYPTO if UBIFS_FS_ZLIB 8 select CRYPTO_LZO if UBIFS_FS_LZO 9 select CRYPTO_DEFLATE if UBIFS_FS_ZLIB 10 select CRYPTO_HASH_INFO |
11 select UBIFS_FS_XATTR if FS_ENCRYPTION |
|
11 depends on MTD_UBI 12 help 13 UBIFS is a file system for flash devices which works on top of UBI. 14 15if UBIFS_FS 16 17config UBIFS_FS_ADVANCED_COMPR 18 bool "Advanced compression options" --- 36 unchanged lines hidden (view full) --- 55 default y 56 help 57 Saying Y here includes support for extended attributes (xattrs). 58 Xattrs are name:value pairs associated with inodes by 59 the kernel or by users (see the attr(5) manual page). 60 61 If unsure, say Y. 62 | 12 depends on MTD_UBI 13 help 14 UBIFS is a file system for flash devices which works on top of UBI. 15 16if UBIFS_FS 17 18config UBIFS_FS_ADVANCED_COMPR 19 bool "Advanced compression options" --- 36 unchanged lines hidden (view full) --- 56 default y 57 help 58 Saying Y here includes support for extended attributes (xattrs). 59 Xattrs are name:value pairs associated with inodes by 60 the kernel or by users (see the attr(5) manual page). 61 62 If unsure, say Y. 63 |
63config UBIFS_FS_ENCRYPTION 64 bool "UBIFS Encryption" 65 depends on UBIFS_FS_XATTR && BLOCK 66 select FS_ENCRYPTION 67 default n 68 help 69 Enable encryption of UBIFS files and directories. This 70 feature is similar to ecryptfs, but it is more memory 71 efficient since it avoids caching the encrypted and 72 decrypted pages in the page cache. 73 | |
74config UBIFS_FS_SECURITY 75 bool "UBIFS Security Labels" 76 depends on UBIFS_FS_XATTR 77 default y 78 help 79 Security labels provide an access control facility to support Linux 80 Security Models (LSMs) accepted by AppArmor, SELinux, Smack and TOMOYO 81 Linux. This option enables an extended attribute handler for file --- 17 unchanged lines hidden --- | 64config UBIFS_FS_SECURITY 65 bool "UBIFS Security Labels" 66 depends on UBIFS_FS_XATTR 67 default y 68 help 69 Security labels provide an access control facility to support Linux 70 Security Models (LSMs) accepted by AppArmor, SELinux, Smack and TOMOYO 71 Linux. This option enables an extended attribute handler for file --- 17 unchanged lines hidden --- |