python: make hashlib and readline modules really optional
[buildroot-gz.git] / package / owfs / Config.in
blob802d1e4609c07af77c7179d2cd983a433472c2ec
1 config 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.
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.
13           http://owfs.org/
15 comment "owfs needs a toolchain w/ threads"
16         depends on !BR2_TOOLCHAIN_HAS_THREADS