40 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config OMAP2_VRFB3 bool4 5menuconfig FB_OMAP26 tristate "OMAP2+ frame buffer support"7 depends on FB8 depends on FB_DEVICE9 depends on DRM_OMAP = n10 depends on GPIOLIB11 select FB_OMAP2_DSS12 select OMAP2_VRFB if ARCH_OMAP2 || ARCH_OMAP313 select FB_IOMEM_HELPERS14 help15 Frame buffer driver for OMAP2+ based boards.16 17if FB_OMAP218 19config FB_OMAP2_DEBUG_SUPPORT20 bool "Debug support for OMAP2+ FB"21 default y22 depends on FB_OMAP223 help24 Support for debug output. You have to enable the actual printing25 with 'debug' module parameter.26 27config FB_OMAP2_NUM_FBS28 int "Number of framebuffers"29 range 1 1030 default 331 depends on FB_OMAP232 help33 Select the number of framebuffers created. OMAP2/3 has 3 overlays34 so normally this would be 3.35 36source "drivers/video/fbdev/omap2/omapfb/dss/Kconfig"37source "drivers/video/fbdev/omap2/omapfb/displays/Kconfig"38 39endif40