aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index e6791f7ecfb..2a753f1e918 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
2306config 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
2306source "drivers/video/omap/Kconfig" 2317source "drivers/video/omap/Kconfig"
2307source "drivers/video/omap2/Kconfig" 2318source "drivers/video/omap2/Kconfig"
2308 2319