diff options
author | David Dawes <dawes@xfree86.org> | 2002-01-27 18:23:04 +0000 |
---|---|---|
committer | David Dawes <dawes@xfree86.org> | 2002-01-27 18:23:04 +0000 |
commit | 14945ada16218e9f918c24e0d702979fae9b07f6 (patch) | |
tree | a8a7ff9b78e8900730673e5a06b12a786004926e /linux-core/Config.in | |
parent | 16bd14926e02e4dbc6e74689bdb3eb90f30a0233 (diff) |
Import of XFree86 4.2.0
Diffstat (limited to 'linux-core/Config.in')
-rw-r--r-- | linux-core/Config.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux-core/Config.in b/linux-core/Config.in index 4936c6b3..5cc13e84 100644 --- a/linux-core/Config.in +++ b/linux-core/Config.in @@ -1,5 +1,5 @@ # -# drm device configuration +# Drm device configuration # # This driver provides support for the # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. @@ -12,5 +12,6 @@ if [ "$CONFIG_DRM" != "n" ]; then tristate ' ATI Rage 128' CONFIG_DRM_R128 dep_tristate ' ATI Radeon' CONFIG_DRM_RADEON $CONFIG_AGP dep_tristate ' Intel I810' CONFIG_DRM_I810 $CONFIG_AGP + dep_tristate ' Intel 830M' CONFIG_DRM_I830 $CONFIG_AGP dep_tristate ' Matrox g200/g400' CONFIG_DRM_MGA $CONFIG_AGP fi |