diff options
author | Kyle McMartin <kyle@parisc-linux.org> | 2006-08-24 21:33:40 -0400 |
---|---|---|
committer | Matthew Wilcox <willy@parisc-linux.org> | 2006-10-04 08:50:16 -0400 |
commit | 08a6436816f7a16113c73be767ee8d50440e494e (patch) | |
tree | 158c7aba479931fb8182905151fcd0258990b9bf /drivers/char/agp/Kconfig | |
parent | 983daeec99f07fca0a8a9180ba1ca65bbd40c820 (diff) |
[PARISC] Add support for Quicksilver AGPGART
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Diffstat (limited to 'drivers/char/agp/Kconfig')
-rw-r--r-- | drivers/char/agp/Kconfig | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/drivers/char/agp/Kconfig b/drivers/char/agp/Kconfig index 22f8cf218cc6..c603bf291580 100644 --- a/drivers/char/agp/Kconfig +++ b/drivers/char/agp/Kconfig | |||
@@ -1,6 +1,6 @@ | |||
1 | config AGP | 1 | config AGP |
2 | tristate "/dev/agpgart (AGP Support)" | 2 | tristate "/dev/agpgart (AGP Support)" |
3 | depends on ALPHA || IA64 || PPC || X86 | 3 | depends on ALPHA || IA64 || PARISC || PPC || X86 |
4 | depends on PCI | 4 | depends on PCI |
5 | ---help--- | 5 | ---help--- |
6 | AGP (Accelerated Graphics Port) is a bus system mainly used to | 6 | AGP (Accelerated Graphics Port) is a bus system mainly used to |
@@ -122,6 +122,14 @@ config AGP_HP_ZX1 | |||
122 | This option gives you AGP GART support for the HP ZX1 chipset | 122 | This option gives you AGP GART support for the HP ZX1 chipset |
123 | for IA64 processors. | 123 | for IA64 processors. |
124 | 124 | ||
125 | config AGP_PARISC | ||
126 | tristate "HP Quicksilver AGP support" | ||
127 | depends on AGP && PARISC && 64BIT | ||
128 | help | ||
129 | This option gives you AGP GART support for the HP Quicksilver | ||
130 | AGP bus adapter on HP PA-RISC machines (Ok, just on the C8000 | ||
131 | workstation...) | ||
132 | |||
125 | config AGP_ALPHA_CORE | 133 | config AGP_ALPHA_CORE |
126 | tristate "Alpha AGP support" | 134 | tristate "Alpha AGP support" |
127 | depends on AGP && (ALPHA_GENERIC || ALPHA_TITAN || ALPHA_MARVEL) | 135 | depends on AGP && (ALPHA_GENERIC || ALPHA_TITAN || ALPHA_MARVEL) |