Kconfig (5e2aa2ed08e2e280121dc7cf5609c87d464f12ef) | Kconfig (ee62eddb1a80e86ccbbbff5a8ecf4c2a2ccf95c9) |
---|---|
1config FB_OMAP 2 tristate "OMAP frame buffer support" 3 depends on FB 4 depends on ARCH_OMAP1 5 select FB_CFB_FILLRECT 6 select FB_CFB_COPYAREA 7 select FB_CFB_IMAGEBLIT 8 help --- 28 unchanged lines hidden (view full) --- 37 help 38 Say Y here if you want to have support for LCDs compatible with 39 the Mobile Industry Processor Interface DBI-C/DCS 40 specification. (Supported LCDs: Philips LPH8923, Sharp LS041Y3) 41 42config FB_OMAP_LCD_H3 43 bool "TPS65010 LCD controller on OMAP-H3" 44 depends on MACH_OMAP_H3 | 1config FB_OMAP 2 tristate "OMAP frame buffer support" 3 depends on FB 4 depends on ARCH_OMAP1 5 select FB_CFB_FILLRECT 6 select FB_CFB_COPYAREA 7 select FB_CFB_IMAGEBLIT 8 help --- 28 unchanged lines hidden (view full) --- 37 help 38 Say Y here if you want to have support for LCDs compatible with 39 the Mobile Industry Processor Interface DBI-C/DCS 40 specification. (Supported LCDs: Philips LPH8923, Sharp LS041Y3) 41 42config FB_OMAP_LCD_H3 43 bool "TPS65010 LCD controller on OMAP-H3" 44 depends on MACH_OMAP_H3 |
45 depends on TPS65010 | 45 depends on TPS65010=y |
46 default y 47 help 48 Say Y here if you want to have support for the LCD on the 49 H3 board. 50 51config FB_OMAP_DMA_TUNE 52 bool "Set DMA SDRAM access priority high" 53 depends on FB_OMAP 54 help 55 On systems in which video memory is in system memory 56 (SDRAM) this will speed up graphics DMA operations. 57 If you have such a system and want to use rotation 58 answer yes. Answer no if you have a dedicated video 59 memory, or don't use any of the accelerated features. 60 61 | 46 default y 47 help 48 Say Y here if you want to have support for the LCD on the 49 H3 board. 50 51config FB_OMAP_DMA_TUNE 52 bool "Set DMA SDRAM access priority high" 53 depends on FB_OMAP 54 help 55 On systems in which video memory is in system memory 56 (SDRAM) this will speed up graphics DMA operations. 57 If you have such a system and want to use rotation 58 answer yes. Answer no if you have a dedicated video 59 memory, or don't use any of the accelerated features. 60 61 |