Commit eda30c2b authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] console on by default if not embedded (save mucho pain)

(Andi Kleen)
parent b71ac811
...@@ -5,8 +5,9 @@ ...@@ -5,8 +5,9 @@
menu "Character devices" menu "Character devices"
config VT config VT
bool "Virtual terminal" bool "Virtual terminal" if EMBEDDED
requires INPUT=y requires INPUT=y
default y
---help--- ---help---
If you say Y here, you will get support for terminal devices with If you say Y here, you will get support for terminal devices with
display and keyboard devices. These are called "virtual" because you display and keyboard devices. These are called "virtual" because you
...@@ -35,8 +36,9 @@ config VT ...@@ -35,8 +36,9 @@ config VT
shiny Linux system :-) shiny Linux system :-)
config VT_CONSOLE config VT_CONSOLE
bool "Support for console on virtual terminal" bool "Support for console on virtual terminal" if EMBEDDED
depends on VT depends on VT
default y
---help--- ---help---
The system console is the device which receives all kernel messages The system console is the device which receives all kernel messages
and warnings and which allows logins in single user mode. If you and warnings and which allows logins in single user mode. If you
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment