aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 5bd98aa23..0318a6aff 100644
--- a/Config.in
+++ b/Config.in
@@ -454,6 +454,15 @@ config FEATURE_ICON_ALL
454 454
455endchoice 455endchoice
456 456
457config FEATURE_EURO
458 bool "Support the euro currency symbol (0.5 kb)"
459 default y
460 depends on PLATFORM_MINGW32
461 help
462 Support the entry and display of the euro currency symbol. This
463 requires the OEM code page to be 858. If the OEM code page of
464 the console is 850 when BusyBox starts it's changed to 858.
465
457comment 'Build Options' 466comment 'Build Options'
458 467
459config STATIC 468config STATIC