summaryrefslogtreecommitdiff
path: root/package/uclibc/Config.in.manual
diff options
context:
space:
mode:
Diffstat (limited to 'package/uclibc/Config.in.manual')
-rw-r--r--package/uclibc/Config.in.manual17
1 files changed, 17 insertions, 0 deletions
diff --git a/package/uclibc/Config.in.manual b/package/uclibc/Config.in.manual
new file mode 100644
index 000000000..4100fd313
--- /dev/null
+++ b/package/uclibc/Config.in.manual
@@ -0,0 +1,17 @@
+config ADK_PACKAGE_UCLIBC
+ prompt "uClibc............................... embedded C library"
+ bool
+ default y if ADK_TARGET_LIB_UCLIBC && !ADK_TOOLCHAIN_ONLY
+ default n
+ depends on ADK_TARGET_LIB_UCLIBC
+ help
+ Embedded C library.
+
+config ADK_PACKAGE_UCLIBC_DEV
+ prompt "uClibc-dev........................... development files"
+ tristate
+ default n
+ depends on ADK_TARGET_LIB_UCLIBC
+ help
+ C library header files.
+