diff options
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index e6791f7ecfb4..2a753f1e9183 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -2303,6 +2303,17 @@ config FB_JZ4740 | |||
2303 | help | 2303 | help |
2304 | Framebuffer support for the JZ4740 SoC. | 2304 | Framebuffer support for the JZ4740 SoC. |
2305 | 2305 | ||
2306 | config FB_PUV3_UNIGFX | ||
2307 | tristate "PKUnity v3 Unigfx framebuffer support" | ||
2308 | depends on FB && UNICORE32 && ARCH_PUV3 | ||
2309 | select FB_SYS_FILLRECT | ||
2310 | select FB_SYS_COPYAREA | ||
2311 | select FB_SYS_IMAGEBLIT | ||
2312 | select FB_SYS_FOPS | ||
2313 | help | ||
2314 | Choose this option if you want to use the Unigfx device as a | ||
2315 | framebuffer device. Without the support of PCI & AGP. | ||
2316 | |||
2306 | source "drivers/video/omap/Kconfig" | 2317 | source "drivers/video/omap/Kconfig" |
2307 | source "drivers/video/omap2/Kconfig" | 2318 | source "drivers/video/omap2/Kconfig" |
2308 | 2319 | ||