xref: /OK3568_Linux_fs/buildroot/package/fuse-overlayfs/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_FUSE_OVERLAYFS
2*4882a593Smuzhiyun	bool "fuse-overlayfs"
3*4882a593Smuzhiyun	depends on BR2_USE_MMU # libfuse3
4*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # libfuse3
5*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # libfuse3
6*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15
7*4882a593Smuzhiyun	select BR2_PACKAGE_LIBFUSE3
8*4882a593Smuzhiyun	help
9*4882a593Smuzhiyun	  FUSE-overlayfs is an implementation of overlay+shiftfs in
10*4882a593Smuzhiyun	  FUSE, intended to be used for rootless containers.
11*4882a593Smuzhiyun
12*4882a593Smuzhiyun	  http://github.com/containers/fuse-overlayfs
13*4882a593Smuzhiyun
14*4882a593Smuzhiyuncomment "fuse-overlayfs needs a toolchain w/ threads, dynamic library, headers >= 3.15"
15*4882a593Smuzhiyun	depends on BR2_USE_MMU
16*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS || \
17*4882a593Smuzhiyun		!BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15
18