From 5ee61c18f4866bd9257bdc5eddefe6e58e0a1849 Mon Sep 17 00:00:00 2001 From: Leif Delgass Date: Tue, 22 Apr 2003 21:30:24 +0000 Subject: Remove AGP dependency in kernel config for radeon, sis. Remove PCIGART_ENABLED define for radeon, pcigart support now included for any arch. --- linux/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux/Config.in') diff --git a/linux/Config.in b/linux/Config.in index d2940121..45bba136 100644 --- a/linux/Config.in +++ b/linux/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 -- cgit v1.2.3