linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Add Kconfig dependency !VT for VIOCONS
@ 2006-10-06 18:05 Judith Lebzelter
  2006-10-06 20:00 ` Judith Lebzelter
  0 siblings, 1 reply; 9+ messages in thread
From: Judith Lebzelter @ 2006-10-06 18:05 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: linux-kernel

From: Judith Lebzelter <judith@osdl.org>

Add Kconfig dependency !VT for VIOCONS

I would like to avoid this compile error in 'allmodconfig':
drivers/char/viocons.c:52:2: error: #error You must turn off CONFIG_VT to use CONFIG_VIOCONS

Signed-off-by: Judith Lebzelter <judith@osdl.org>
---

Index: linux/arch/powerpc/platforms/iseries/Kconfig
===================================================================
--- linux.orig/arch/powerpc/platforms/iseries/Kconfig	2006-10-05 09:35:09.000000000 -0700
+++ linux/arch/powerpc/platforms/iseries/Kconfig	2006-10-06 10:30:19.333425703 -0700
@@ -4,6 +4,7 @@
 
 config VIOCONS
 	tristate "iSeries Virtual Console Support (Obsolete)"
+	depends on !VT
 	help
 	  This is the old virtual console driver for legacy iSeries.
 	  You should use the iSeries Hypervisor Virtual Console

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

end of thread, other threads:[~2006-10-11  4:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-06 18:05 [PATCH] Add Kconfig dependency !VT for VIOCONS Judith Lebzelter
2006-10-06 20:00 ` Judith Lebzelter
2006-10-06 21:34   ` Randy Dunlap
2006-10-10  4:55     ` Adrian Bunk
2006-10-10 16:10       ` Randy Dunlap
2006-10-11  3:56         ` Adrian Bunk
2006-10-11  4:08           ` Randy Dunlap
2006-10-11  4:30             ` Adrian Bunk
2006-10-11  4:35               ` Randy Dunlap

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).