Merge omap-upstream
[pandora-kernel.git] / drivers / video / omap / Kconfig
1 config FB_OMAP
2         tristate "OMAP frame buffer support (EXPERIMENTAL)"
3         depends on FB
4         help
5           Frame buffer driver for OMAP based boards.
6
7 config FB_OMAP_LCDC_EXTERNAL
8         bool "External LCD controller support"
9         depends on FB_OMAP
10         help
11           Say Y here, if you want to have support for boards with an
12           external LCD controller connected to the SoSSI/RFBI interface.
13
14 config FB_OMAP_LCDC_HWA742
15         bool "Epson HWA742 LCD controller support"
16         depends on FB_OMAP && FB_OMAP_LCDC_EXTERNAL
17         help
18           Say Y here if you want to have support for the external
19           Epson HWA742 LCD controller.
20
21 config FB_OMAP_LCDC_BLIZZARD
22         bool "Epson Blizzard LCD controller support"
23         depends on FB_OMAP && FB_OMAP_LCDC_EXTERNAL
24         help
25           Say Y here if you want to have support for the external
26           Epson Blizzard LCD controller.
27
28 config FB_OMAP_MANUAL_UPDATE
29         bool "Default to manual update mode"
30         depends on FB_OMAP && FB_OMAP_LCDC_EXTERNAL
31         help
32           Say Y here, if your user-space applications are capable of
33           notifying the frame buffer driver when a change has occured in
34           the frame buffer content and thus a reload of the image data to
35           the external frame buffer is required. If unsure, say N.
36
37 config FB_OMAP_LCD_MIPID
38         bool "MIPI DBI-C/DCS compatible LCD support"
39         depends on FB_OMAP && SPI_MASTER && CBUS_TAHVO
40         help
41           Say Y here if you want to have support for LCDs compatible with
42           the Mobile Industry Processor Interface DBI-C/DCS
43           specification. (Supported LCDs: Philips LPH8923, Sharp LS041Y3)
44
45 config FB_OMAP_BOOTLOADER_INIT
46         bool "Check bootloader initializaion"
47         depends on FB_OMAP
48         help
49           Say Y here if you want to enable checking if the bootloader has
50           already initialized the display controller. In this case the
51           driver will skip the initialization.
52
53 config FB_OMAP_CONSISTENT_DMA_SIZE
54         int "Consistent DMA memory size (MB)"
55         depends on FB_OMAP
56         range 1 14
57         default 2
58         help
59           Increase the DMA consistent memory size according to your video
60           memory needs, for example if you want to use multiple planes.
61           The size must be 2MB aligned.
62           If unsure say 1.
63
64 config FB_OMAP_DMA_TUNE
65         bool "Set DMA SDRAM access priority high"
66         depends on FB_OMAP && ARCH_OMAP1
67         help
68           On systems in which video memory is in system memory
69           (SDRAM) this will speed up graphics DMA operations.
70           If you have such a system and want to use rotation
71           answer yes. Answer no if you have a dedicated video
72           memory, or don't use any of the accelerated features.
73
74