]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] driver_char_Kconfig bug (fwd)
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 13 Jan 2003 12:13:08 +0000 (04:13 -0800)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Mon, 13 Jan 2003 12:13:08 +0000 (04:13 -0800)
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.

drivers/char/Kconfig

index 21ac3b9814d2fbbba5e070d4309d6ab317bdf3df..273340e465d9365866341ec2b46e8e834c7fe784 100644 (file)
@@ -6,6 +6,7 @@ menu "Character devices"
 
 config VT
        bool "Virtual terminal"
+       requires INPUT=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