summaryrefslogtreecommitdiffstats
path: root/rules/fuse.in
blob: bb20fcd0496a999bcdbabfd3a656abdaa3e3725d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
## SECTION=disk_and_file
menuconfig FUSE
	tristate
	prompt "fuse                          "
	select LIBC_DL if FUSE_LIB
	select LIBC_RT if FUSE_LIB
	select LIBC_PTHREAD
	help
	  utilities for filesystems in userspace

	  The project page is found at
	  https://github.com/libfuse/libfuse

if FUSE

config FUSE_LIB
	bool
	prompt "fuse lib"

config FUSE_UTIL
	bool
	prompt "fuse util"

endif