Revert package feed back
[librecmc/package-feed.git] / utils / owfs / Config.in
1   menu "Customize libow"
2     depends on PACKAGE_libow
3
4     menu "Bus master and adapter support"
5       config LIBOW_MASTER_USB
6       bool "USB bus master support (requires libusb)"
7       help
8         Include support for USB adapters (NOT usb-serial adapters, which use
9         kernel driver and are supported anyway).
10         Turning this off will save ~13kB (and ~50kB weighting libusb dependency).
11       default y
12
13       config LIBOW_MASTER_I2C
14       bool "I2C bus master (DS2482) support"
15       default y
16       help
17         Include support for I2C adapters.
18         Turning this feature off will save ~6kB.
19
20       config LIBOW_MASTER_W1
21       bool "Kernel W1 bus master support (requires kmod-w1)"
22       help
23         Support kernel 1-Wire bus masters (requires KConfig CONFIG_CONNECTOR=y
24         and CONFIG_W1_CON=y).
25         Turning this on will increase libow size by about 10kB.
26       default n
27     endmenu
28
29     config LIBOW_ZEROCONF
30     bool "Zeroconf/bonjour support"
31     default y
32     help
33       Enable server process announcement using Zeroconf (Bonjour) protocol.
34       Turning this feature on will increase owlib size by about 12kB.
35
36     config LIBOW_DEBUG
37     bool "Enable debug output (100+ kB)"
38     default y
39     help
40       If you don't need to debug your 1-wire network, you can save as much as
41       137kB disabling debug output.
42
43     config LIBOW_OWTRAFFIC
44     bool "Enable bus traffic reports"
45     default n
46     help
47       Enable owfs traffic monitor. It's here purely for debugging purposes.
48       Turning this on will increase libow size by about 3kB.
49   endmenu