summaryrefslogtreecommitdiff
path: root/linux-core/Config.in
diff options
context:
space:
mode:
authorLeif Delgass <ldelgass@users.sourceforge.net>2003-04-22 21:30:24 +0000
committerLeif Delgass <ldelgass@users.sourceforge.net>2003-04-22 21:30:24 +0000
commit5ee61c18f4866bd9257bdc5eddefe6e58e0a1849 (patch)
treebaa25b227cbf4443967fe7f5eed2b97c5b385a7b /linux-core/Config.in
parent22608a414d7b7ef32ca51b9123be8341ddd5e8ce (diff)
Remove AGP dependency in kernel config for radeon, sis. Remove
PCIGART_ENABLED define for radeon, pcigart support now included for any arch.
Diffstat (limited to 'linux-core/Config.in')
-rw-r--r--linux-core/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux-core/Config.in b/linux-core/Config.in
index d2940121..45bba136 100644
--- a/linux-core/Config.in
+++ b/linux-core/Config.in
@@ -8,9 +8,9 @@
tristate ' 3dfx Banshee/Voodoo3+' CONFIG_DRM_TDFX
#tristate ' 3dlabs GMX 2000' CONFIG_DRM_GAMMA
tristate ' ATI Rage 128' CONFIG_DRM_R128
-dep_tristate ' ATI Radeon' CONFIG_DRM_RADEON $CONFIG_AGP
+tristate ' ATI Radeon' CONFIG_DRM_RADEON
dep_tristate ' Intel I810' CONFIG_DRM_I810 $CONFIG_AGP
dep_tristate ' Intel 830M/845G/852GM/855GM/865G' CONFIG_DRM_I830 $CONFIG_AGP
dep_tristate ' Matrox g200/g400' CONFIG_DRM_MGA $CONFIG_AGP
-dep_tristate ' SiS' CONFIG_DRM_SIS $CONFIG_AGP
+tristate ' SiS' CONFIG_DRM_SIS