Kconfig (0898782247ae533d1f4e47a06bc5d4870931b284) Kconfig (ede7a09fc8815011d67942e5b4a3cb1882b7bcd9)
1# SPDX-License-Identifier: GPL-2.0-only
2config UBIFS_FS
3 tristate "UBIFS file system support"
4 select CRC16
5 select CRC32
6 select CRYPTO if UBIFS_FS_ADVANCED_COMPR
7 select CRYPTO if UBIFS_FS_LZO
8 select CRYPTO if UBIFS_FS_ZLIB
9 select CRYPTO if UBIFS_FS_ZSTD
10 select CRYPTO_LZO if UBIFS_FS_LZO
11 select CRYPTO_DEFLATE if UBIFS_FS_ZLIB
12 select CRYPTO_ZSTD if UBIFS_FS_ZSTD
13 select CRYPTO_HASH_INFO
14 select UBIFS_FS_XATTR if FS_ENCRYPTION
1# SPDX-License-Identifier: GPL-2.0-only
2config UBIFS_FS
3 tristate "UBIFS file system support"
4 select CRC16
5 select CRC32
6 select CRYPTO if UBIFS_FS_ADVANCED_COMPR
7 select CRYPTO if UBIFS_FS_LZO
8 select CRYPTO if UBIFS_FS_ZLIB
9 select CRYPTO if UBIFS_FS_ZSTD
10 select CRYPTO_LZO if UBIFS_FS_LZO
11 select CRYPTO_DEFLATE if UBIFS_FS_ZLIB
12 select CRYPTO_ZSTD if UBIFS_FS_ZSTD
13 select CRYPTO_HASH_INFO
14 select UBIFS_FS_XATTR if FS_ENCRYPTION
15 select FS_ENCRYPTION_ALGS if FS_ENCRYPTION
15 depends on MTD_UBI
16 help
17 UBIFS is a file system for flash devices which works on top of UBI.
18
19if UBIFS_FS
20
21config UBIFS_FS_ADVANCED_COMPR
22 bool "Advanced compression options"

--- 78 unchanged lines hidden ---
16 depends on MTD_UBI
17 help
18 UBIFS is a file system for flash devices which works on top of UBI.
19
20if UBIFS_FS
21
22config UBIFS_FS_ADVANCED_COMPR
23 bool "Advanced compression options"

--- 78 unchanged lines hidden ---