lkml.org 
[lkml]   [2002]   [Feb]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patches in this message
/
Date
From
SubjectA simple patch for SIS (documentation and kbuild)
	Hello, all.

As I've spoken with Alan Cox and Christoph Pittracher, there's a
problem with the dependency. I do not know who takes care of the
documentation stuff and kbuild procedures, but here they are.

(okay. Building FB_SIS as module and DRM_SIS as builtin completely
*breaks* dependencies, so I did this to enforce them both as modules or
both as builtin)

The patch is very simple, adds the Config.in 'if' and the
CONFIG_DRM_SIS description in Documentation/Configure.help.

Thanks,
Cesar Suga <sartre@linuxbr.com>


--- linux/drivers/char/drm/Config.in Tue Feb 19 23:32:56 2002
+++ linux/drivers/char/drm/Config.in Tue Feb 19 23:32:46 2002
@@ -12,4 +12,6 @@
dep_tristate ' Intel I810' CONFIG_DRM_I810 $CONFIG_AGP
dep_tristate ' Intel 830M' CONFIG_DRM_I830 $CONFIG_AGP
dep_tristate ' Matrox g200/g400' CONFIG_DRM_MGA $CONFIG_AGP
-dep_tristate ' SiS' CONFIG_DRM_SIS $CONFIG_AGP
+if [ "$CONFIG_FB_SIS" = "y" -o "$CONFIG_FB_SIS" = "m" ]; then
+ dep_tristate ' SiS' CONFIG_DRM_SIS $CONFIG_AGP $CONFIG_FB_SIS
+fi
--- linux/Documentation/Configure.help Tue Feb 19 23:39:44 2002
+++ linux/Documentation/Configure.help Tue Feb 19 23:38:48 2002
@@ -17166,6 +17166,12 @@
card. If M is selected, the module will be called mga.o. AGP
support is required for this driver to work.

+SiS 300/540/630
+CONFIG_DRM_SIS
+ Choose this option if you have a SIS 300, 540 or 630 graphics card.
+ If M is selected, the module will be called sis.o. AGP support is
+ required for this driver to work.
+
3dfx Banshee/Voodoo3+
CONFIG_DRM40_TDFX
Choose this option if you have a 3dfx Banshee or Voodoo3 (or later),
\
 
 \ /
  Last update: 2005-03-22 13:24    [W:0.027 / U:0.516 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site