[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kbuild-devel
Subject:    [kbuild-devel] Patch to drivers/video/Kconfig [1 of 4]
From:       Jim Nelson <james4765 () verizon ! net>
Date:       2004-10-16 17:24:06
Message-ID: 41715936.9050904 () verizon ! net
[Download RAW message or body]

Fixes undefined symbol references when running "make config" for systems 
that have PCI but not AGP (sparc, sparc64)

Against 2.6.9-rc4:

diff -u drivers/video/Kconfig.orig drivers/video/Kconfig

["drivers_video_kconfig-fix-intel-810-dependency.patch" (text/x-patch)]

--- drivers/video/Kconfig.orig	2004-10-16 11:58:32.738491881 -0400
+++ drivers/video/Kconfig	2004-10-16 12:51:57.221487678 -0400
@@ -460,11 +460,12 @@
 	  of debugging informations to provide to the maintainer when
 	  something goes wrong.
 
+comment "Enable AGP and AGP_INTEL for Intel 810/815 support (EXPERIMENTAL)."
+	depends on FB && EXPERIMENTAL && X86 && !X86_64 && PCI &&!(AGP && AGP_INTEL)
+
 config FB_I810
 	tristate "Intel 810/815 support (EXPERIMENTAL)"
-	depends on FB && EXPERIMENTAL && PCI && X86 && !X86_64
-	select AGP
-	select AGP_INTEL
+	depends on FB && EXPERIMENTAL && AGP && AGP_INTEL && X86 && !X86_64
 	select FB_MODE_HELPERS
 	help
 	  This driver supports the on-board graphics built in to the Intel 810 

-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
kbuild-devel mailing list
kbuild-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kbuild-devel

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic