From 1b4ce02506afa65494956468afb0eb7f93b74fbc Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Wed, 29 Jun 2005 23:20:30 +0000 Subject: Remove the AGP requirement from Makefile and Kconfig for MGA. Remove the AGP requirement from Kconfig for SIS. There never was a requirement in Makefile, and Eric Anholt confirms that the Makefile was correct. --- linux-core/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'linux-core/Makefile') diff --git a/linux-core/Makefile b/linux-core/Makefile index 4cd11050..70b2a8f7 100644 --- a/linux-core/Makefile +++ b/linux-core/Makefile @@ -357,13 +357,13 @@ endif ifneq (,$(findstring savage,$(DRM_MODULES))) CONFIG_DRM_SAVAGE := m endif +ifneq (,$(findstring mga,$(DRM_MODULES))) +CONFIG_DRM_MGA := m +endif # These require AGP support ifdef CONFIG_AGP -ifneq (,$(findstring mga,$(DRM_MODULES))) -CONFIG_DRM_MGA := m -endif ifneq (,$(findstring i810,$(DRM_MODULES))) CONFIG_DRM_I810 := m endif -- cgit v1.2.3