diff options
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index d08d7998a4aa..0cff083fbbe2 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -2140,14 +2140,16 @@ config FB_UDL | |||
2140 | To compile as a module, choose M here: the module name is udlfb. | 2140 | To compile as a module, choose M here: the module name is udlfb. |
2141 | 2141 | ||
2142 | config FB_IBM_GXT4500 | 2142 | config FB_IBM_GXT4500 |
2143 | tristate "Framebuffer support for IBM GXT4500P adaptor" | 2143 | tristate "Framebuffer support for IBM GXT4000P/4500P/6000P/6500P adaptors" |
2144 | depends on FB && PPC | 2144 | depends on FB && PPC |
2145 | select FB_CFB_FILLRECT | 2145 | select FB_CFB_FILLRECT |
2146 | select FB_CFB_COPYAREA | 2146 | select FB_CFB_COPYAREA |
2147 | select FB_CFB_IMAGEBLIT | 2147 | select FB_CFB_IMAGEBLIT |
2148 | ---help--- | 2148 | ---help--- |
2149 | Say Y here to enable support for the IBM GXT4500P display | 2149 | Say Y here to enable support for the IBM GXT4000P/6000P and |
2150 | adaptor, found on some IBM System P (pSeries) machines. | 2150 | GXT4500P/6500P display adaptor based on Raster Engine RC1000, |
2151 | found on some IBM System P (pSeries) machines. This driver | ||
2152 | doesn't use Geometry Engine GT1000. | ||
2151 | 2153 | ||
2152 | config FB_PS3 | 2154 | config FB_PS3 |
2153 | tristate "PS3 GPU framebuffer driver" | 2155 | tristate "PS3 GPU framebuffer driver" |