]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/video/omap/Kconfig
Merge with /home/tmlind/src/kernel/linux-2.6
[linux-2.6-omap-h63xx.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_MANUAL_UPDATE
22         bool "Default to manual update mode"
23         depends on FB_OMAP && FB_OMAP_LCDC_EXTERNAL
24         help
25           Say Y here, if your user-space applications are capable of
26           notifying the frame buffer driver when a change has occured in
27           the frame buffer content and thus a reload of the image data to
28           the external frame buffer is required. If unsure, say N.
29
30 config FB_OMAP_LCD_LPH8923
31         bool "Philips LPH8923 LCD support"
32         depends on FB_OMAP
33         help
34           Say Y here if you want to have support for the Philips
35           LPH8923 LCD.
36
37 config FB_OMAP_BOOTLOADER_INIT
38         bool "Check bootloader initializaion"
39         depends on FB_OMAP
40         help
41           Say Y here if you want to enable checking if the bootloader has
42           already initialized the display controller. In this case the
43           driver will skip the initialization.
44
45 config FB_OMAP_DMA_TUNE
46         bool "Set DMA SDRAM access priority high"
47         depends on FB_OMAP && ARCH_OMAP1
48         help
49           On systems in which video memory is in system memory
50           (SDRAM) this will speed up graphics DMA operations.
51           If you have such a system and want to use rotation
52           answer yes. Answer no if you have a dedicated video
53           memory, or don't use any of the accelerated features.
54
55