summaryrefslogtreecommitdiff
path: root/package/owfs/Config.in
diff options
context:
space:
mode:
authorwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
committerwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
commit219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch)
treeb9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/owfs/Config.in
Initial import
Diffstat (limited to 'package/owfs/Config.in')
-rw-r--r--package/owfs/Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/owfs/Config.in b/package/owfs/Config.in
new file mode 100644
index 000000000..b8daf117d
--- /dev/null
+++ b/package/owfs/Config.in
@@ -0,0 +1,13 @@
+config ADK_PACKAGE_OWFS
+ prompt "owfs.............................. 1-wire filesystem to map sensors to a directory"
+ tristate
+ default n
+ select ADK_PACKAGE_FUSE_UTILS
+ select ADK_PACKAGE_LIBUSB
+ help
+ 1-Wire technology by Dallas Semiconductors is a simple bus for different kind of devices
+ like tempereatur, humidity, pressure, voltage, etc.
+ owfs maps the devices to a dirctory utilizing fuse.
+
+ http://www.owfs.org/
+