xref: /OK3568_Linux_fs/buildroot/package/owfs/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_OWFS
2	bool "owfs"
3	depends on BR2_TOOLCHAIN_HAS_THREADS
4	help
5	  OWFS is an easy way to use the powerful 1-wire system of
6	  Dallas/Maxim.
7
8	  OWFS is a simple and flexible program to monitor and control
9	  the physical environment. You can write scripts to read
10	  temperature, flash lights, write to an LCD, log and graph,
11	  etc.
12
13	  http://owfs.org/
14
15comment "owfs needs a toolchain w/ threads"
16	depends on !BR2_TOOLCHAIN_HAS_THREADS
17