xref: /OK3568_Linux_fs/buildroot/package/erofs-utils/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_EROFS_UTILS
2*4882a593Smuzhiyun	bool "erofs-utils"
3*4882a593Smuzhiyun	select BR2_PACKAGE_UTIL_LINUX
4*4882a593Smuzhiyun	select BR2_PACKAGE_UTIL_LINUX_LIBUUID
5*4882a593Smuzhiyun	help
6*4882a593Smuzhiyun	  Userspace utilities for EROFS filesystem
7*4882a593Smuzhiyun
8*4882a593Smuzhiyun	  https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git
9*4882a593Smuzhiyun
10*4882a593Smuzhiyunif BR2_PACKAGE_EROFS_UTILS
11*4882a593Smuzhiyun
12*4882a593Smuzhiyunconfig BR2_PACKAGE_EROFS_UTILS_LZ4
13*4882a593Smuzhiyun	bool "lz4 support"
14*4882a593Smuzhiyun	select BR2_PACKAGE_LZ4
15*4882a593Smuzhiyun	help
16*4882a593Smuzhiyun	  Support LZ4 compression algorithm
17*4882a593Smuzhiyun
18*4882a593Smuzhiyunconfig BR2_PACKAGE_EROFS_UTILS_EROFSFUSE
19*4882a593Smuzhiyun	bool "erofsfuse support"
20*4882a593Smuzhiyun	depends on BR2_USE_MMU # libfuse
21*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # libfuse
22*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # libfuse
23*4882a593Smuzhiyun	select BR2_PACKAGE_LIBFUSE
24*4882a593Smuzhiyun	help
25*4882a593Smuzhiyun	  FUSE file system client for EROFS
26*4882a593Smuzhiyun
27*4882a593Smuzhiyuncomment "erofsfuse needs a toolchain w/ threads, dynamic library"
28*4882a593Smuzhiyun	depends on BR2_USE_MMU
29*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
30*4882a593Smuzhiyun
31*4882a593Smuzhiyunendif
32