linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [TRIVIAL] [Tiny PATCH]driver_char_Kconfig bug (fwd)
@ 2003-01-14  2:27 Rusty Trivial Russell
  2003-01-14 16:24 ` Roman Zippel
  0 siblings, 1 reply; 2+ messages in thread
From: Rusty Trivial Russell @ 2003-01-14  2:27 UTC (permalink / raw)
  To: torvalds, linux-kernel, Roman Zippel

[ Roman, I've put you down as maintainer for *Kconfig*, so any trivial
  patches which touch those files get CC'd to you.  Is that OK? --RR ]

From:  Adrian Bunk <bunk@fs.tum.de>

  Hi Linus,
  
  the issue described in the mail forwarded below is still present in 
  2.5.54. Please apply the simple patch supplied there.
  
  TIA
  Adrian
  
  
  ----- Forwarded message from Rusty Lynch <rusty@stinkycat.com> -----
  
  Date:	Fri, 22 Nov 2002 21:56:12 -0800
  From: Rusty Lynch <rusty@stinkycat.com>
  To: esr@thyrsus.com
  Cc: linux-kernel@vger.kernel.org
  Subject: [Tiny PATCH]driver/char/Kconfig bug
  
  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.
  
  Here is a trivial patch against 2.5.49.
  
  	-rustyl
  

--- trivial-2.5.57/drivers/char/Kconfig.orig	2003-01-14 12:11:57.000000000 +1100
+++ trivial-2.5.57/drivers/char/Kconfig	2003-01-14 12:11:57.000000000 +1100
@@ -6,6 +6,7 @@
 
 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
-- 
  Don't blame me: the Monkey is driving
  File: Adrian Bunk <bunk@fs.tum.de>: [Tiny PATCH]driver_char_Kconfig bug (fwd)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [TRIVIAL] [Tiny PATCH]driver_char_Kconfig bug (fwd)
  2003-01-14  2:27 [TRIVIAL] [Tiny PATCH]driver_char_Kconfig bug (fwd) Rusty Trivial Russell
@ 2003-01-14 16:24 ` Roman Zippel
  0 siblings, 0 replies; 2+ messages in thread
From: Roman Zippel @ 2003-01-14 16:24 UTC (permalink / raw)
  To: Rusty Trivial Russell; +Cc: linux-kernel

Hi,

Rusty Trivial Russell wrote:

> [ Roman, I've put you down as maintainer for *Kconfig*, so any trivial
>   patches which touch those files get CC'd to you.  Is that OK? --RR ]

No problem, although the individual entries are still owned by the
maintainers, but I'm very interested how the config system is used.

bye, Roman



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-01-14 17:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-14  2:27 [TRIVIAL] [Tiny PATCH]driver_char_Kconfig bug (fwd) Rusty Trivial Russell
2003-01-14 16:24 ` Roman Zippel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).