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 ++-- linux/Kconfig | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'linux') 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 diff --git a/linux/Kconfig b/linux/Kconfig index 298a413c..994371de 100644 --- a/linux/Kconfig +++ b/linux/Kconfig @@ -39,7 +39,7 @@ config DRM_R128 config DRM_RADEON tristate "ATI Radeon" - depends on DRM && AGP + depends on DRM help Choose this option if you have an ATI Radeon graphics card. There are both PCI and AGP versions. You don't need to choose this to -- cgit v1.2.3