summaryrefslogtreecommitdiffstats
path: root/rules/fuse.in
blob: 364359de60a66efb484bd9ae3068b29d0a88b346 (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