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