Commit b65a6d5d authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] driver_char_Kconfig bug (fwd)

From: Rusty Lynch <rusty@stinkycat.com>

  VT support requires drivers/char/keyboard.c which makes function
  calls implemented in drivers/input/, so that attempting to set
  CONFIG_INPUT=m or just not setting CONFIG_INPUT will result in a
  compile error if CONFIG_VT is on.
parent 764a27db
...@@ -6,6 +6,7 @@ menu "Character devices" ...@@ -6,6 +6,7 @@ menu "Character devices"
config VT config VT
bool "Virtual terminal" bool "Virtual terminal"
requires INPUT=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
......
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