diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/ubifs/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ubifs/Kconfig b/fs/ubifs/Kconfig index 830e3f76f442..430c69f39842 100644 --- a/fs/ubifs/Kconfig +++ b/fs/ubifs/Kconfig | |||
@@ -7,6 +7,7 @@ config UBIFS_FS | |||
7 | select CRYPTO if UBIFS_FS_ZLIB | 7 | select CRYPTO if UBIFS_FS_ZLIB |
8 | select CRYPTO_LZO if UBIFS_FS_LZO | 8 | select CRYPTO_LZO if UBIFS_FS_LZO |
9 | select CRYPTO_DEFLATE if UBIFS_FS_ZLIB | 9 | select CRYPTO_DEFLATE if UBIFS_FS_ZLIB |
10 | select LIST_SORT | ||
10 | depends on MTD_UBI | 11 | depends on MTD_UBI |
11 | help | 12 | help |
12 | UBIFS is a file system for flash devices which works on top of UBI. | 13 | UBIFS is a file system for flash devices which works on top of UBI. |