aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorDan Horák <dan@danny.cz>2012-09-12 02:06:44 -0400
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2012-11-14 20:59:14 -0500
commit6c39dcc465373daae484b1a893e47b5e631fb62f (patch)
treedd46219eb75602cfa2cce364761753d7acf83f35 /drivers/video/Kconfig
parent83dac59409387789b88bed40b1be86a8abc572be (diff)
fbdev: Add GXT4000P and GXT6500P support to the gxt4500 driver
I'm reviving an old patch from 2009 that adds support for GXT4000P and GXT6500P adapter to the gxt4500 driver. See threads at http://marc.info/?l=linux-fbdev-devel&m=124345080216952&w=2 and https://lists.ozlabs.org/pipermail/linuxppc-dev/2009-June/072672.html for more details. This patch adds support for GXT4000P and GXT6500P cards found on some IBM pSeries machines. GXT4000P/6000P and GXT4500P/6500P couples are identical from software's point of view and are based on the same Raster Engine (RC1000), except for a different reference clock for the PLL. GXT6x00P models are equipped with an additional Geometry Engine (GT1000) but this driver doesn't use it. Signed-off-by: Nico Macrionitis <acrux@cruxppc.org> Signed-off-by: Giuseppe Coviello <cjg@cruxppc.org> Tested-by: Dan Horák <dan@danny.cz> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig8
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
2142config FB_IBM_GXT4500 2142config 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
2152config FB_PS3 2154config FB_PS3
2153 tristate "PS3 GPU framebuffer driver" 2155 tristate "PS3 GPU framebuffer driver"