Newer
Older
barebox / fs / ubifs / Kconfig
@Sascha Hauer Sascha Hauer on 11 Jul 2018 349 bytes fs: dentry cache implementation
menuconfig FS_UBIFS
	bool
	depends on MTD_UBI
	select FS_LEGACY
# Due to duplicate definition of iput
	depends on BROKEN
	prompt "ubifs support"

if FS_UBIFS

config FS_UBIFS_COMPRESSION_LZO
	bool
	select LZO_DECOMPRESS
	prompt "LZO compression support"

config FS_UBIFS_COMPRESSION_ZLIB
	bool
	select ZLIB
	prompt "ZLIB compression support"

endif