Merge git://git.infradead.org/embedded-2.6
[sfrench/cifs-2.6.git] / drivers / char / Kconfig
index 6c070dc5f2d46c0f9890ebe951038faf5ac1a1c9..d0ac944e16961775d5bb428e851ab0ea0e4d7494 100644 (file)
@@ -36,6 +36,14 @@ config VT
          If unsure, say Y, or else you won't be able to do much with your new
          shiny Linux system :-)
 
+config CONSOLE_TRANSLATIONS
+       depends on VT
+       default y
+       bool "Enable character translations in console" if EMBEDDED
+       ---help---
+         This enables support for font mapping and Unicode translation
+         on virtual consoles.
+
 config VT_CONSOLE
        bool "Support for console on virtual terminal" if EMBEDDED
        depends on VT