5 tristate "OMAP2+ frame buffer support"
7 depends on DRM_OMAP = n
10 select OMAP2_VRFB if ARCH_OMAP2 || ARCH_OMAP3
11 select FB_CFB_FILLRECT
12 select FB_CFB_COPYAREA
13 select FB_CFB_IMAGEBLIT
15 Frame buffer driver for OMAP2+ based boards.
19 config FB_OMAP2_DEBUG_SUPPORT
20 bool "Debug support for OMAP2+ FB"
24 Support for debug output. You have to enable the actual printing
25 with 'debug' module parameter.
27 config FB_OMAP2_NUM_FBS
28 int "Number of framebuffers"
33 Select the number of framebuffers created. OMAP2/3 has 3 overlays
34 so normally this would be 3.
36 source "drivers/video/fbdev/omap2/omapfb/dss/Kconfig"
37 source "drivers/video/fbdev/omap2/omapfb/displays/Kconfig"