lkml.org 
[lkml]   [2003]   [Jun]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[2.5.70][PPC] Small change to config
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.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:36    [W:0.025 / U:0.836 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site