]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/Kconfig
powerpc/iseries: remove the old viocons driver
[linux-2.6-omap-h63xx.git] / drivers / char / Kconfig
index 6c070dc5f2d46c0f9890ebe951038faf5ac1a1c9..caff85149b9d43897730d8fb9319ca1c36b9ca87 100644 (file)
@@ -8,7 +8,7 @@ config VT
        bool "Virtual terminal" if EMBEDDED
        depends on !S390
        select INPUT
-       default y if !VIOCONS
+       default y
        ---help---
          If you say Y here, you will get support for terminal devices with
          display and keyboard devices. These are called "virtual" because you
@@ -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