mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
ntfs: add WOF compression config option
Add CONFIG_NTFS_FS_WOF_COMPRESSION for Windows system compression. Build XPRESS and LZX decoding code only when requested. Signed-off-by: Hyunchul Lee <hyc.lee@gmail.com> Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
This commit is contained in:
parent
c34e33a60f
commit
d38ce59d16
|
|
@ -10,6 +10,17 @@ config NTFS_FS
|
|||
To compile this as a module, choose M here: the module will be called
|
||||
ntfs.
|
||||
|
||||
config NTFS_FS_WOF_COMPRESSION
|
||||
bool "NTFS Windows system compression support"
|
||||
depends on NTFS_FS
|
||||
help
|
||||
Enable read support for Windows system-compressed files.
|
||||
Windows more aggressively compresses system files such as binaries
|
||||
and DLLs using system compression. It is optimized for files that
|
||||
are rarely modified.
|
||||
Enabling this option builds the decompression support into the NTFS
|
||||
module.
|
||||
|
||||
config NTFS_DEBUG
|
||||
bool "NTFS debugging support"
|
||||
depends on NTFS_FS
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user