summaryrefslogtreecommitdiffstats
path: root/rules/ustr.in
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2013-01-07 08:04:56 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2013-02-05 18:54:15 +0100
commitb4c224b6f93802ff2adfec4a86a554a7ee05246d (patch)
tree82e84719d8f3ec00fa3eb3c621cd5d9184e472a8 /rules/ustr.in
parent5dcb669dff2d8da2d914019fb46441f8807b4d97 (diff)
downloadptxdist-b4c224b6f93802ff2adfec4a86a554a7ee05246d.tar.gz
ptxdist-b4c224b6f93802ff2adfec4a86a554a7ee05246d.tar.xz
ustr: add package
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/ustr.in')
-rw-r--r--rules/ustr.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/rules/ustr.in b/rules/ustr.in
new file mode 100644
index 000000000..5546f564b
--- /dev/null
+++ b/rules/ustr.in
@@ -0,0 +1,9 @@
+## SECTION=system_libraries
+
+config USTR
+ tristate
+ prompt "ustr"
+ help
+ ustr (Micro string library) is a string API for C. It has tiny overhead over
+ just plain strdup(), is much safer, is easier to use, is faster for many
+ operations, can be used with read-only or automatically allocated data.