summaryrefslogtreecommitdiff
path: root/package/eglibc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-20 18:15:38 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-20 18:15:38 +0100
commitdf61b169d3a4346838057be456fbf99261d7f749 (patch)
tree1004fa60b47475b273e273a4f590646dc8b20652 /package/eglibc
parenta181172a71151f0806af90b49969457b240eebc5 (diff)
add some manual menu entries for important packages
Diffstat (limited to 'package/eglibc')
-rw-r--r--package/eglibc/Config.in.manual22
1 files changed, 22 insertions, 0 deletions
diff --git a/package/eglibc/Config.in.manual b/package/eglibc/Config.in.manual
new file mode 100644
index 000000000..437bef949
--- /dev/null
+++ b/package/eglibc/Config.in.manual
@@ -0,0 +1,22 @@
+config ADK_COMPILE_EGLIBC
+ tristate
+ depends on ADK_PACKAGE_EGLIBC || ADK_PACKAGE_EGLIBC_DEV
+ default n
+
+config ADK_PACKAGE_EGLIBC
+ prompt "eglibc............................ embedded GNU C library"
+ boolean
+ select ADK_COMPILE_EGLIBC
+ depends on ADK_TARGET_LIB_EGLIBC
+ default y if ADK_TARGET_LIB_EGLIBC && !ADK_TOOLCHAIN_ONLY
+ help
+ embedded GNU C library
+
+config ADK_PACKAGE_EGLIBC_DEV
+ prompt "eglibc-dev........................ embedded GNU C library header files"
+ tristate
+ default n
+ select ADK_COMPILE_EGLIBC
+ depends on ADK_TARGET_LIB_EGLIBC
+ help
+ embedded GNU C library header files