summaryrefslogtreecommitdiffstats
path: root/rules/libosip2.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/libosip2.in')
-rw-r--r--rules/libosip2.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/rules/libosip2.in b/rules/libosip2.in
new file mode 100644
index 000000000..a1124f65a
--- /dev/null
+++ b/rules/libosip2.in
@@ -0,0 +1,24 @@
+## SECTION=system_libraries
+
+menuconfig LIBOSIP2
+ tristate
+ select LIBC_NSL
+ prompt "libosip2 "
+ help
+ The GNU oSIP library is an implementation of SIP - rfc3261.
+
+if LIBOSIP2
+
+config LIBOSIP2_DEBUG
+ bool
+ prompt "enable debug"
+ help
+ Make the library larger and more noisy.
+
+config LIBOSIP2_TRACE
+ bool
+ prompt "enable log trace"
+ help
+ Enable trace in the logfile.
+
+endif