From: Roman Zippel <zippel@linux-m68k.org>

The patch below will force CONFIG_INPUT to 'y', if you had CONFIG_VT set. 
it is intended to increase the success rate of people who are coming over
from 2.4, with 2.4-based .configs.



 drivers/char/Kconfig |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/char/Kconfig~force-CONFIG_INPUT drivers/char/Kconfig
--- 25/drivers/char/Kconfig~force-CONFIG_INPUT	2003-07-27 16:27:25.000000000 -0700
+++ 25-akpm/drivers/char/Kconfig	2003-07-27 16:27:25.000000000 -0700
@@ -6,7 +6,7 @@ menu "Character devices"
 
 config VT
 	bool "Virtual terminal"
-	requires INPUT=y
+	select INPUT
 	---help---
 	  If you say Y here, you will get support for terminal devices with
 	  display and keyboard devices. These are called "virtual" because you

_