summaryrefslogtreecommitdiff
path: root/package/libffi/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/libffi/Config.in')
-rw-r--r--package/libffi/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/libffi/Config.in b/package/libffi/Config.in
new file mode 100644
index 000000000..2186062ad
--- /dev/null
+++ b/package/libffi/Config.in
@@ -0,0 +1,12 @@
+config ADK_PACKAGE_LIBFFI
+ prompt "libffi.......................... Foreign Function Interface library"
+ tristate
+ default n
+ help
+ The libffi library provides a portable, high level programming
+ interface to various calling conventions. This allows a programmer to
+ call any function specified by a call interface description at run
+ time.
+
+ http://sources.redhat.com/libffi/
+