1 # SPDX-License-Identifier: GPL-2.0-only
6 tristate "OMAP2+ frame buffer support"
8 depends on DRM_OMAP = n
12 select OMAP2_VRFB if ARCH_OMAP2 || ARCH_OMAP3
13 select FB_CFB_FILLRECT
14 select FB_CFB_COPYAREA
15 select FB_CFB_IMAGEBLIT
17 Frame buffer driver for OMAP2+ based boards.
21 config FB_OMAP2_DEBUG_SUPPORT
22 bool "Debug support for OMAP2+ FB"
26 Support for debug output. You have to enable the actual printing
27 with 'debug' module parameter.
29 config FB_OMAP2_NUM_FBS
30 int "Number of framebuffers"
35 Select the number of framebuffers created. OMAP2/3 has 3 overlays
36 so normally this would be 3.
38 source "drivers/video/fbdev/omap2/omapfb/dss/Kconfig"
39 source "drivers/video/fbdev/omap2/omapfb/displays/Kconfig"