diff options
Diffstat (limited to 'linux-core')
-rw-r--r-- | linux-core/Config.in | 4 | ||||
-rw-r--r-- | linux-core/Kconfig | 2 |
2 files changed, 3 insertions, 3 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 diff --git a/linux-core/Kconfig b/linux-core/Kconfig index 298a413c..994371de 100644 --- a/linux-core/Kconfig +++ b/linux-core/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 |