diff options
author | Ian Romanick <idr@us.ibm.com> | 2005-06-29 23:20:30 +0000 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2005-06-29 23:20:30 +0000 |
commit | 1b4ce02506afa65494956468afb0eb7f93b74fbc (patch) | |
tree | f8dda5cd00156e52fdc2ecb3dff614e4129b2e04 /linux-core/Makefile | |
parent | eeaeefca54b2f8299fbe8f99b5ca71e695430ba7 (diff) |
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.
Diffstat (limited to 'linux-core/Makefile')
-rw-r--r-- | linux-core/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |