commented early_printk patch because of rejects.
[linux-flexiantxendom0-3.2.10.git] / drivers / char / Kconfig
index f0ce5d7..d16c54b 100644 (file)
@@ -5,8 +5,9 @@
 menu "Character devices"
 
 config VT
-       bool "Virtual terminal"
+       bool "Virtual terminal" if EMBEDDED
        requires INPUT=y
+       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
@@ -35,8 +36,9 @@ config VT
          shiny Linux system :-)
 
 config VT_CONSOLE
-       bool "Support for console on virtual terminal"
+       bool "Support for console on virtual terminal" if EMBEDDED
        depends on VT
+       default y
        ---help---
          The system console is the device which receives all kernel messages
          and warnings and which allows logins in single user mode. If you