public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.5.70][PPC] Small change to config
@ 2003-06-05 20:55 Daniele Pala
  2003-06-06  7:33 ` Benjamin Herrenschmidt
       [not found] ` <20030606094526.01c920f3.martin.zwickel@technotrend.de>
  0 siblings, 2 replies; 3+ messages in thread
From: Daniele Pala @ 2003-06-05 20:55 UTC (permalink / raw)
  To: linux-kernel; +Cc: benh

Since "control" and "platinum" display support doesn't compile if /dev/nvram suppor is selected as a module, here's this
small patch. The problem is that the suppor for /dev/nvram is asked after the "control" and "platinum" support...
Cheers,
	Daniele


--- a/drivers/video/Kconfig	Fri Jan  1 02:39:17 1904
+++ b/drivers/video/Kconfig	Fri Jan  1 02:42:54 1904
@@ -242,14 +242,14 @@
 
 config FB_CONTROL
 	bool "Apple \"control\" display support"
-	depends on FB && PPC && ALL_PPC
+	depends on FB && PPC && ALL_PPC && NVRAM=y
 	help
 	  This driver supports a frame buffer for the graphics adapter in the
 	  Power Macintosh 7300 and others.
 
 config FB_PLATINUM
 	bool "Apple \"platinum\" display support"
-	depends on FB && PPC && ALL_PPC
+	depends on FB && PPC && ALL_PPC && NVRAM=y
 	help
 	  This driver supports a frame buffer for the "platinum" graphics
 	  adapter in some Power Macintoshes.

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

end of thread, other threads:[~2003-06-06 20:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-05 20:55 [2.5.70][PPC] Small change to config Daniele Pala
2003-06-06  7:33 ` Benjamin Herrenschmidt
     [not found] ` <20030606094526.01c920f3.martin.zwickel@technotrend.de>
2003-06-06 20:59   ` Daniele Pala

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