summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorZhenqiang Chen <zhenqiang.chen@linaro.org>2011-11-18 07:29:18 (GMT)
committerZhenqiang Chen <zhenqiang.chen@linaro.org>2011-11-18 07:29:18 (GMT)
commit9ceaada5a065dee90ce2a3671e44878d8b283448 (patch)
treebee254ec413b486aa1b41ec03978dd772b8329d3 /config
parent1185c9bf0566fb58a3d61642ffcf0899fe71d26b (diff)
config/toolchain: Add "Enable nls" in "Toolchain options".
Reviewed-by: Michael Hope Signed-off-by: Zhenqiang Chen <zhenqiang.chen@linaro.org>
Diffstat (limited to 'config')
-rw-r--r--config/toolchain.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/toolchain.in b/config/toolchain.in
index d034315..1bb53ae 100644
--- a/config/toolchain.in
+++ b/config/toolchain.in
@@ -352,4 +352,12 @@ config TARGET_SUFFIX
endif # CROSS_NATIVE || CANADIAN
+comment "Misc options"
+
+config TOOLCHAIN_ENABLE_NLS
+ bool
+ prompt "Enable nls"
+ help
+ Say 'Y' here to enable national language support (nls).
+
endmenu