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