config [31mCONFIG_FB_OMAP[0m tristate "OMAP frame buffer support" depends on [31mCONFIG_FB[0m depends on [31mCONFIG_ARCH_OMAP1[0m select [31mCONFIG_FB_CFB_FILLRECT[0m select [31mCONFIG_FB_CFB_COPYAREA[0m select [31mCONFIG_FB_CFB_IMAGEBLIT[0m help Frame buffer driver for OMAP based boards. config [31mCONFIG_FB_OMAP_LCDC_EXTERNAL[0m bool "External LCD controller support" depends on [31mCONFIG_FB_OMAP[0m help Say Y here, if you want to have support for boards with an external LCD controller connected to the SoSSI/RFBI interface. config [31mCONFIG_FB_OMAP_LCDC_HWA742[0m bool "Epson HWA742 LCD controller support" depends on [31mCONFIG_FB_OMAP[0m && [31mCONFIG_FB_OMAP_LCDC_EXTERNAL[0m help Say Y here if you want to have support for the external Epson HWA742 LCD controller. config [31mCONFIG_FB_OMAP_MANUAL_UPDATE[0m bool "Default to manual update mode" depends on [31mCONFIG_FB_OMAP[0m && [31mCONFIG_FB_OMAP_LCDC_EXTERNAL[0m help Say Y here, if your user-space applications are capable of notifying the frame buffer driver when a change has occurred in the frame buffer content and thus a reload of the image data to the external frame buffer is required. If unsure, say N. config [31mCONFIG_FB_OMAP_LCD_MIPID[0m bool "MIPI DBI-C/DCS compatible LCD support" depends on [31mCONFIG_FB_OMAP[0m && [31mCONFIG_SPI_MASTER[0m help Say Y here if you want to have support for LCDs compatible with the Mobile Industry Processor Interface DBI-[31mCONFIG_C[0m/DCS specification. (Supported LCDs: Philips LPH8923, Sharp LS041Y3) config [31mCONFIG_FB_OMAP_LCD_H3[0m bool "TPS65010 LCD controller on OMAP-H3" depends on [31mCONFIG_MACH_OMAP_H3[0m depends on [31mCONFIG_TPS65010[0m=y default y help Say Y here if you want to have support for the LCD on the H3 board. config [31mCONFIG_FB_OMAP_DMA_TUNE[0m bool "Set DMA SDRAM access priority high" depends on [31mCONFIG_FB_OMAP[0m help On systems in which video memory is in system memory (SDRAM) this will speed up graphics DMA operations. If you have such a system and want to use rotation answer yes. Answer no if you have a dedicated video memory, or don't use any of the accelerated features. |