summaryrefslogtreecommitdiffstats
path: root/rules/host-libiconv.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-04-15 17:42:10 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-04-15 17:42:10 +0000
commitbd97c0bc9f1d02498fb1887279a1c18f8fa4c723 (patch)
treeaf7ccf0b655a6508626551578b56a43b859680ec /rules/host-libiconv.in
parent2da0c534b710dd277f0846e3d5be1ee9df11e721 (diff)
downloadptxdist-bd97c0bc9f1d02498fb1887279a1c18f8fa4c723.tar.gz
ptxdist-bd97c0bc9f1d02498fb1887279a1c18f8fa4c723.tar.xz
* host-libiconv.in:
no prompt git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8015 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/host-libiconv.in')
-rw-r--r--rules/host-libiconv.in11
1 files changed, 1 insertions, 10 deletions
diff --git a/rules/host-libiconv.in b/rules/host-libiconv.in
index 34d9f37a1..ab1f26d72 100644
--- a/rules/host-libiconv.in
+++ b/rules/host-libiconv.in
@@ -1,17 +1,8 @@
-menuconfig HOST_LIBICONV
+config HOST_LIBICONV
bool
- prompt "libiconv "
help
libiconv converts traditional character encodings
to/from UNICODE. It is for you if your application
needs to support multiple character encodings, but
that support lacks from your system.
-
-config HOST_LIBICONV_EXTRA_ENCODINGS
- depends on HOST_LIBICONV
- bool
- prompt "build with support for extra encodings"
- help
- provides support for a few extra encodings. See
- readme in source package for details.