# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_OMAP2_VRFB[0m bool menuconfig [31mCONFIG_FB_OMAP2[0m tristate "OMAP2+ frame buffer support" depends on [31mCONFIG_FB[0m depends on [31mCONFIG_DRM_OMAP[0m = n depends on [31mCONFIG_GPIOLIB[0m select [31mCONFIG_FB_OMAP2_DSS[0m select [31mCONFIG_OMAP2_VRFB[0m if [31mCONFIG_ARCH_OMAP2[0m || [31mCONFIG_ARCH_OMAP3[0m select [31mCONFIG_FB_CFB_FILLRECT[0m select [31mCONFIG_FB_CFB_COPYAREA[0m select [31mCONFIG_FB_CFB_IMAGEBLIT[0m help Frame buffer driver for OMAP2+ based boards. if [31mCONFIG_FB_OMAP2[0m config [31mCONFIG_FB_OMAP2_DEBUG_SUPPORT[0m bool "Debug support for OMAP2+ FB" default y depends on [31mCONFIG_FB_OMAP2[0m help Support for debug output. You have to enable the actual printing with 'debug' module parameter. config [31mCONFIG_FB_OMAP2_NUM_FBS[0m int "Number of framebuffers" range 1 10 default 3 depends on [31mCONFIG_FB_OMAP2[0m help Select the number of framebuffers created. OMAP2/3 has 3 overlays so normally this would be 3. source "drivers/video/fbdev/omap2/omapfb/dss/Kconfig" source "drivers/video/fbdev/omap2/omapfb/displays/Kconfig" endif |