diff options
author | Andi Kleen <ak@suse.de> | 2006-03-28 09:38:45 +0200 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2006-05-21 17:10:55 -0400 |
commit | 283a12c53b9abeed89491da4a1eda98f5764947b (patch) | |
tree | 8ba6626dd67d024b485f2ca02905a37ec525554f /drivers/char/agp | |
parent | b307e8548921c686d2eb948ca418ab2941876daa (diff) |
[AGPGART] Enable SIS AGP driver on x86-64 for EM64T systems
Enable SIS AGP driver on x86-64 for EM64T systems
Untested so far
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'drivers/char/agp')
-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 0b9cf9c59a2..7c88c060a9e 100644 --- a/drivers/char/agp/Kconfig +++ b/drivers/char/agp/Kconfig @@ -86,7 +86,7 @@ config AGP_NVIDIA config AGP_SIS tristate "SiS chipset support" - depends on AGP && X86_32 + depends on AGP help This option gives you AGP support for the GLX component of X on Silicon Integrated Systems [SiS] chipsets. |