public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kbuild ppc64 fix
@ 2003-05-11  4:06 Xose Vazquez Perez
  0 siblings, 0 replies; only message in thread
From: Xose Vazquez Perez @ 2003-05-11  4:06 UTC (permalink / raw)
  To: linux-kernel, marcelo

hi,

for 2.4.21-rc2:

--cut--
diff -Nuar linux/drivers/char/Config.in linux.xose/drivers/char/Config.in
--- linux/drivers/char/Config.in        2003-05-11 02:53:29.000000000 +0200
+++ linux.xose/drivers/char/Config.in   2003-05-11 05:59:30.000000000 +0200
@@ -158,7 +158,7 @@
    dep_tristate 'Texas Instruments parallel link cable support' CONFIG_TIPAR $CONFIG_PARPORT
 fi

-if [ "$CONFIG_PPC64" ] ; then
+if [ "$CONFIG_PPC64" = "y"] ; then
    bool 'pSeries Hypervisor Virtual Console support' CONFIG_HVC_CONSOLE
 fi
--end--

regards,
-- 
Galiza nin perdoa nin esquence. Governo demision!


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-05-11  3:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-11  4:06 [PATCH] kbuild ppc64 fix Xose Vazquez Perez

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