diff options
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 27c1fb4b1e0d..ab77297fbed2 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -1850,6 +1850,16 @@ config FB_PXA_PARAMETERS | |||
1850 | 1850 | ||
1851 | <file:Documentation/fb/pxafb.txt> describes the available parameters. | 1851 | <file:Documentation/fb/pxafb.txt> describes the available parameters. |
1852 | 1852 | ||
1853 | config PXA3XX_GCU | ||
1854 | tristate "PXA3xx 2D graphics accelerator driver" | ||
1855 | depends on FB_PXA | ||
1856 | help | ||
1857 | Kernelspace driver for the 2D graphics controller unit (GCU) | ||
1858 | found on PXA3xx processors. There is a counterpart driver in the | ||
1859 | DirectFB suite, see http://www.directfb.org/ | ||
1860 | |||
1861 | If you compile this as a module, it will be called pxa3xx_gcu. | ||
1862 | |||
1853 | config FB_MBX | 1863 | config FB_MBX |
1854 | tristate "2700G LCD framebuffer support" | 1864 | tristate "2700G LCD framebuffer support" |
1855 | depends on FB && ARCH_PXA | 1865 | depends on FB && ARCH_PXA |