mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Sparc doesn't build without input support / can't turn off VTs
@ 2004-05-18 23:27 Jonathan McDowell
  2004-05-19  0:04 ` Keith M Wesolowski
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan McDowell @ 2004-05-18 23:27 UTC (permalink / raw)
  To: sparclinux; +Cc: linux-kernel

Hi.

Tried to build 2.6.6 for my Sparc LX today, which runs headless. Turned
off all the input support and it failed to build - VT support couldn't
be disabled and this needs input support it seems.

Patch below allows disabling VT support for Sparc. I think it might also
want a "select INPUT" in the "config VT" section?

J.

-- 
Revd. Jonathan McDowell, ULC | Death is a nonmaskable interrupt.


--- linux-2.6.6/arch/sparc/Kconfig.orig	2004-05-19 00:16:05.320531000 +0100
+++ linux-2.6.6/arch/sparc/Kconfig	2004-05-18 21:30:07.000000000 +0100
@@ -27,7 +27,7 @@
 menu "General setup"
 
 config VT
-	bool
+	bool "Virtual terminal"
 	default y
 	---help---
 	  If you say Y here, you will get support for terminal devices with
@@ -57,7 +57,8 @@
 	  shiny Linux system :-)
 
 config VT_CONSOLE
-	bool
+	bool "Support for console on virtual terminal"
+	depends on VT
 	default y
 	---help---
 	  The system console is the device which receives all kernel messages
@@ -79,6 +80,7 @@
 
 config HW_CONSOLE
 	bool
+	depends on VT
 	default y
 
 config SMP

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

end of thread, other threads:[~2004-05-19  0:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-18 23:27 [PATCH] Sparc doesn't build without input support / can't turn off VTs Jonathan McDowell
2004-05-19  0:04 ` Keith M Wesolowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®