Imre Deak | 8b08cf2 | 2007-07-17 04:05:54 -0700 | [diff] [blame] | 1 | config FB_OMAP |
| 2 | tristate "OMAP frame buffer support (EXPERIMENTAL)" |
Randy Dunlap | f08f389 | 2007-10-29 14:37:16 -0700 | [diff] [blame] | 3 | depends on FB && ARCH_OMAP |
Imre Deak | 8b08cf2 | 2007-07-17 04:05:54 -0700 | [diff] [blame] | 4 | select FB_CFB_FILLRECT |
| 5 | select FB_CFB_COPYAREA |
| 6 | select FB_CFB_IMAGEBLIT |
| 7 | help |
| 8 | Frame buffer driver for OMAP based boards. |
| 9 | |
Imre Deak | 66d2f99 | 2009-09-22 16:46:41 -0700 | [diff] [blame^] | 10 | config FB_OMAP_LCD_MIPID |
| 11 | bool "MIPI DBI-C/DCS compatible LCD support" |
| 12 | depends on FB_OMAP && SPI_MASTER |
| 13 | help |
| 14 | Say Y here if you want to have support for LCDs compatible with |
| 15 | the Mobile Industry Processor Interface DBI-C/DCS |
| 16 | specification. (Supported LCDs: Philips LPH8923, Sharp LS041Y3) |
| 17 | |
Imre Deak | 8b08cf2 | 2007-07-17 04:05:54 -0700 | [diff] [blame] | 18 | config FB_OMAP_BOOTLOADER_INIT |
Matt LaPlante | 01dd2fb | 2007-10-20 01:34:40 +0200 | [diff] [blame] | 19 | bool "Check bootloader initialization" |
Imre Deak | 8b08cf2 | 2007-07-17 04:05:54 -0700 | [diff] [blame] | 20 | depends on FB_OMAP |
| 21 | help |
| 22 | Say Y here if you want to enable checking if the bootloader has |
| 23 | already initialized the display controller. In this case the |
| 24 | driver will skip the initialization. |
| 25 | |
| 26 | config FB_OMAP_CONSISTENT_DMA_SIZE |
| 27 | int "Consistent DMA memory size (MB)" |
| 28 | depends on FB_OMAP |
| 29 | range 1 14 |
| 30 | default 2 |
| 31 | help |
| 32 | Increase the DMA consistent memory size according to your video |
| 33 | memory needs, for example if you want to use multiple planes. |
| 34 | The size must be 2MB aligned. |
| 35 | If unsure say 1. |
| 36 | |
| 37 | config FB_OMAP_DMA_TUNE |
| 38 | bool "Set DMA SDRAM access priority high" |
| 39 | depends on FB_OMAP && ARCH_OMAP1 |
| 40 | help |
| 41 | On systems in which video memory is in system memory |
| 42 | (SDRAM) this will speed up graphics DMA operations. |
| 43 | If you have such a system and want to use rotation |
| 44 | answer yes. Answer no if you have a dedicated video |
| 45 | memory, or don't use any of the accelerated features. |
| 46 | |
Imre Deak | e6b4573 | 2007-07-17 04:05:58 -0700 | [diff] [blame] | 47 | config FB_OMAP_LCDC_EXTERNAL |
| 48 | bool "External LCD controller support" |
| 49 | depends on FB_OMAP |
| 50 | help |
| 51 | Say Y here, if you want to have support for boards with an |
| 52 | external LCD controller connected to the SoSSI/RFBI interface. |
| 53 | |
Imre Deak | aae76ef | 2007-05-26 19:19:19 +0530 | [diff] [blame] | 54 | config FB_OMAP_LCDC_HWA742 |
| 55 | bool "Epson HWA742 LCD controller support" |
| 56 | depends on FB_OMAP && FB_OMAP_LCDC_EXTERNAL |
| 57 | help |
| 58 | Say Y here if you want to have support for the external |
| 59 | Epson HWA742 LCD controller. |
| 60 | |
Imre Deak | 1d381b8 | 2007-07-17 04:06:01 -0700 | [diff] [blame] | 61 | config FB_OMAP_LCDC_BLIZZARD |
| 62 | bool "Epson Blizzard LCD controller support" |
| 63 | depends on FB_OMAP && FB_OMAP_LCDC_EXTERNAL |
| 64 | help |
| 65 | Say Y here if you want to have support for the external |
| 66 | Epson Blizzard LCD controller. |