mirror of https://gitee.com/openkylin/linux.git
fbdev: kconfig update
Update Kconfig for Permedia 2, Trident and 3Dfx frame buffer drivers. [akpm@linux-foundation.org: fix Kconfig text] Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl> Cc: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
69e4a7c27c
commit
4edad7f070
|
@ -254,16 +254,24 @@ config FB_PM2
|
||||||
select FB_CFB_COPYAREA
|
select FB_CFB_COPYAREA
|
||||||
select FB_CFB_IMAGEBLIT
|
select FB_CFB_IMAGEBLIT
|
||||||
help
|
help
|
||||||
This is the frame buffer device driver for the Permedia2 AGP frame
|
This is the frame buffer device driver for cards based on
|
||||||
buffer card from ASK, aka `Graphic Blaster Exxtreme'. There is a
|
the 3D Labs Permedia, Permedia 2 and Permedia 2V chips.
|
||||||
product page at
|
The driver was tested on the following cards:
|
||||||
<http://www.ask.com.hk/product/Permedia%202/permedia2.htm>.
|
Diamond FireGL 1000 PRO AGP
|
||||||
|
ELSA Gloria Synergy PCI
|
||||||
|
Appian Jeronimo PRO (both heads) PCI
|
||||||
|
3DLabs Oxygen ACX aka EONtronics Picasso P2 PCI
|
||||||
|
Techsource Raptor GFX-8P (aka Sun PGX-32) on SPARC
|
||||||
|
ASK Graphic Blaster Exxtreme AGP
|
||||||
|
|
||||||
|
To compile this driver as a module, choose M here: the
|
||||||
|
module will be called pm2fb.
|
||||||
|
|
||||||
config FB_PM2_FIFO_DISCONNECT
|
config FB_PM2_FIFO_DISCONNECT
|
||||||
bool "enable FIFO disconnect feature"
|
bool "enable FIFO disconnect feature"
|
||||||
depends on FB_PM2 && PCI
|
depends on FB_PM2 && PCI
|
||||||
help
|
help
|
||||||
Support the Permedia2 FIFO disconnect feature (see CONFIG_FB_PM2).
|
Support the Permedia2 FIFO disconnect feature.
|
||||||
|
|
||||||
config FB_ARMCLCD
|
config FB_ARMCLCD
|
||||||
tristate "ARM PrimeCell PL110 support"
|
tristate "ARM PrimeCell PL110 support"
|
||||||
|
@ -1539,25 +1547,25 @@ config FB_KYRO
|
||||||
module will be called kyrofb.
|
module will be called kyrofb.
|
||||||
|
|
||||||
config FB_3DFX
|
config FB_3DFX
|
||||||
tristate "3Dfx Banshee/Voodoo3 display support"
|
tristate "3Dfx Banshee/Voodoo3/Voodoo5 display support"
|
||||||
depends on FB && PCI
|
depends on FB && PCI
|
||||||
select FB_CFB_IMAGEBLIT
|
select FB_CFB_IMAGEBLIT
|
||||||
select FB_CFB_FILLRECT
|
select FB_CFB_FILLRECT
|
||||||
select FB_CFB_COPYAREA
|
select FB_CFB_COPYAREA
|
||||||
help
|
help
|
||||||
This driver supports graphics boards with the 3Dfx Banshee/Voodoo3
|
This driver supports graphics boards with the 3Dfx Banshee,
|
||||||
chips. Say Y if you have such a graphics board.
|
Voodoo3 or VSA-100 (aka Voodoo4/5) chips. Say Y if you have
|
||||||
|
such a graphics board.
|
||||||
|
|
||||||
To compile this driver as a module, choose M here: the
|
To compile this driver as a module, choose M here: the
|
||||||
module will be called tdfxfb.
|
module will be called tdfxfb.
|
||||||
|
|
||||||
config FB_3DFX_ACCEL
|
config FB_3DFX_ACCEL
|
||||||
bool "3Dfx Banshee/Voodoo3 Acceleration functions (EXPERIMENTAL)"
|
bool "3Dfx Acceleration functions (EXPERIMENTAL)"
|
||||||
depends on FB_3DFX && EXPERIMENTAL
|
depends on FB_3DFX && EXPERIMENTAL
|
||||||
---help---
|
---help---
|
||||||
This will compile the 3Dfx Banshee/Voodoo3 frame buffer device
|
This will compile the 3Dfx Banshee/Voodoo3/VSA-100 frame buffer
|
||||||
with acceleration functions.
|
device driver with acceleration functions.
|
||||||
|
|
||||||
|
|
||||||
config FB_VOODOO1
|
config FB_VOODOO1
|
||||||
tristate "3Dfx Voodoo Graphics (sst1) support"
|
tristate "3Dfx Voodoo Graphics (sst1) support"
|
||||||
|
@ -1622,17 +1630,16 @@ config FB_TRIDENT
|
||||||
select FB_CFB_COPYAREA
|
select FB_CFB_COPYAREA
|
||||||
select FB_CFB_IMAGEBLIT
|
select FB_CFB_IMAGEBLIT
|
||||||
---help---
|
---help---
|
||||||
This driver is supposed to support graphics boards with the
|
This is the frame buffer device driver for Trident PCI/AGP chipsets.
|
||||||
Trident CyberXXXX/Image/CyberBlade chips mostly found in laptops
|
Supported chipset families are TGUI 9440/96XX, 3DImage, Blade3D
|
||||||
|
and Blade XP.
|
||||||
|
There are also integrated versions of these chips called CyberXXXX,
|
||||||
|
CyberImage or CyberBlade. These chips are mostly found in laptops
|
||||||
but also on some motherboards. For more information, read
|
but also on some motherboards. For more information, read
|
||||||
<file:Documentation/fb/tridentfb.txt>
|
<file:Documentation/fb/tridentfb.txt>
|
||||||
|
|
||||||
Cyberblade/i1 support will be removed soon, use the cyblafb driver
|
|
||||||
instead.
|
|
||||||
|
|
||||||
Say Y if you have such a graphics board.
|
Say Y if you have such a graphics board.
|
||||||
|
|
||||||
|
|
||||||
To compile this driver as a module, choose M here: the
|
To compile this driver as a module, choose M here: the
|
||||||
module will be called tridentfb.
|
module will be called tridentfb.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue