diff options
Diffstat (limited to 'config/toolchain.in')
-rw-r--r-- | config/toolchain.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/toolchain.in b/config/toolchain.in index d034315a..1bb53ae5 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 |