Config.in 457 B

12345678910111213141516
  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.
  7. OWFS is a simple and flexible program to monitor and control
  8. the physical environment. You can write scripts to read
  9. temperature, flash lights, write to an LCD, log and graph,
  10. etc.
  11. http://owfs.org/
  12. comment "owfs needs a toolchain w/ threads"
  13. depends on !BR2_TOOLCHAIN_HAS_THREADS