diff options
author | Andi Kleen <ak@suse.de> | 2006-03-23 15:31:34 -0500 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2006-03-24 19:24:56 -0500 |
commit | 9d1f6b28ee2429a1f94a9f7074ffae7f918d33be (patch) | |
tree | 4298383f922c056a8d9b03ee0bdc22a37690137e /drivers | |
parent | 5c48b0e3599ff7559b39093219e8a428776f7932 (diff) |
[AGPGART] x86_64: Enable VIA AGP driver on x86-64 for VIA P4 chipsets
Untested so far
[davej: but needed for some newer EM64T systems]
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/char/agp/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/agp/Kconfig b/drivers/char/agp/Kconfig index 80d86a9d2e63..0b9cf9c59a21 100644 --- a/drivers/char/agp/Kconfig +++ b/drivers/char/agp/Kconfig | |||
@@ -103,7 +103,7 @@ config AGP_SWORKS | |||
103 | 103 | ||
104 | config AGP_VIA | 104 | config AGP_VIA |
105 | tristate "VIA chipset support" | 105 | tristate "VIA chipset support" |
106 | depends on AGP && X86_32 | 106 | depends on AGP |
107 | help | 107 | help |
108 | This option gives you AGP support for the GLX component of | 108 | This option gives you AGP support for the GLX component of |
109 | X on VIA MVP3/Apollo Pro chipsets. | 109 | X on VIA MVP3/Apollo Pro chipsets. |