summaryrefslogtreecommitdiffstats
path: root/rules/owfs.in
blob: 68c8e652d5b7c983c56dadd7a4775fe5bfe9842e (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=system_libraries
menuconfig OWFS
	tristate
	select FUSE if OWFS__OWFS
	prompt "owfs                          "
	help
	  OWFS is the 1-Wire file system. It is used by Dallas 1-Wire and iButton
	  chips with standard linux commands. Create temperature loggers. Monitor
	  everything.

if OWFS

config OWFS__OWSHELL
	bool
	prompt "owshell"

config OWFS__OWNETLIB
	bool
	prompt "ownetlib"

config OWFS__OWFS
	bool
	select FUSE__LIB
	prompt "owfs"

endif