summaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/Kconfig
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@nokia.com>2009-08-07 12:04:26 +0300
committerTomi Valkeinen <tomi.valkeinen@nokia.com>2009-12-09 12:04:33 +0200
commit640f9ca5fd783393c832f6bb5c56368f4d18b820 (patch)
tree8719e7ed6d05edf3cf106d11fc8b904f26df6c97 /drivers/video/omap2/Kconfig
parentafedec183e95bd5e126a7846a644acfdddb86a66 (diff)
downloadop-kernel-dev-640f9ca5fd783393c832f6bb5c56368f4d18b820.zip
op-kernel-dev-640f9ca5fd783393c832f6bb5c56368f4d18b820.tar.gz
OMAP: Add support for VRFB rotation engine
VRFB rotation engine is a block in OMAP2/3 that offers 12 independent contexts that can be used for framebuffer rotation. Each context has a backend area of real memory, where it stores the pixels in undisclosed format. This memory is offered to users via 4 virtual memory areas, which see the same memory area in different rotation angles (0, 90, 180 and 270 degrees). Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
Diffstat (limited to 'drivers/video/omap2/Kconfig')
-rw-r--r--drivers/video/omap2/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/video/omap2/Kconfig b/drivers/video/omap2/Kconfig
index 7a6c4c9..ac8b650 100644
--- a/drivers/video/omap2/Kconfig
+++ b/drivers/video/omap2/Kconfig
@@ -1,2 +1,5 @@
config OMAP2_VRAM
bool
+
+config OMAP2_VRFB
+ bool
OpenPOWER on IntegriCloud