blob: 2bffc07f317b1f7424d837c8f6f0b7290f0a53d0 [file] [log] [blame]
Imre Deak8b08cf22007-07-17 04:05:54 -07001config FB_OMAP
2 tristate "OMAP frame buffer support (EXPERIMENTAL)"
Randy Dunlapf08f3892007-10-29 14:37:16 -07003 depends on FB && ARCH_OMAP
Imre Deak8b08cf22007-07-17 04:05:54 -07004 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
Stanley.Miao8fea8842009-09-22 16:46:52 -070010config FB_OMAP_LCD_VGA
11 bool "Use LCD in VGA mode"
12 depends on MACH_OMAP_3430SDP || MACH_OMAP_LDP
13
Steve Sakomanbe481942009-09-22 16:46:51 -070014choice
15 depends on FB_OMAP && MACH_OVERO
16 prompt "Screen resolution"
17 default FB_OMAP_079M3R
18 help
19 Selected desired screen resolution
20
21config FB_OMAP_031M3R
22 boolean "640 x 480 @ 60 Hz Reduced blanking"
23
24config FB_OMAP_048M3R
25 boolean "800 x 600 @ 60 Hz Reduced blanking"
26
27config FB_OMAP_079M3R
28 boolean "1024 x 768 @ 60 Hz Reduced blanking"
29
30config FB_OMAP_092M9R
31 boolean "1280 x 720 @ 60 Hz Reduced blanking"
32
33endchoice
34
Imre Deak66d2f992009-09-22 16:46:41 -070035config FB_OMAP_LCD_MIPID
36 bool "MIPI DBI-C/DCS compatible LCD support"
37 depends on FB_OMAP && SPI_MASTER
38 help
39 Say Y here if you want to have support for LCDs compatible with
40 the Mobile Industry Processor Interface DBI-C/DCS
41 specification. (Supported LCDs: Philips LPH8923, Sharp LS041Y3)
42
Imre Deak8b08cf22007-07-17 04:05:54 -070043config FB_OMAP_BOOTLOADER_INIT
Matt LaPlante01dd2fb2007-10-20 01:34:40 +020044 bool "Check bootloader initialization"
Imre Deak8b08cf22007-07-17 04:05:54 -070045 depends on FB_OMAP
46 help
47 Say Y here if you want to enable checking if the bootloader has
48 already initialized the display controller. In this case the
49 driver will skip the initialization.
50
51config FB_OMAP_CONSISTENT_DMA_SIZE
52 int "Consistent DMA memory size (MB)"
53 depends on FB_OMAP
54 range 1 14
55 default 2
56 help
57 Increase the DMA consistent memory size according to your video
58 memory needs, for example if you want to use multiple planes.
59 The size must be 2MB aligned.
60 If unsure say 1.
61
62config FB_OMAP_DMA_TUNE
63 bool "Set DMA SDRAM access priority high"
64 depends on FB_OMAP && ARCH_OMAP1
65 help
66 On systems in which video memory is in system memory
67 (SDRAM) this will speed up graphics DMA operations.
68 If you have such a system and want to use rotation
69 answer yes. Answer no if you have a dedicated video
70 memory, or don't use any of the accelerated features.
71
Imre Deake6b45732007-07-17 04:05:58 -070072config FB_OMAP_LCDC_EXTERNAL
73 bool "External LCD controller support"
74 depends on FB_OMAP
75 help
76 Say Y here, if you want to have support for boards with an
77 external LCD controller connected to the SoSSI/RFBI interface.
78
Imre Deakaae76ef2007-05-26 19:19:19 +053079config FB_OMAP_LCDC_HWA742
80 bool "Epson HWA742 LCD controller support"
81 depends on FB_OMAP && FB_OMAP_LCDC_EXTERNAL
82 help
83 Say Y here if you want to have support for the external
84 Epson HWA742 LCD controller.
85
Imre Deak1d381b82007-07-17 04:06:01 -070086config FB_OMAP_LCDC_BLIZZARD
87 bool "Epson Blizzard LCD controller support"
88 depends on FB_OMAP && FB_OMAP_LCDC_EXTERNAL
89 help
90 Say Y here if you want to have support for the external
91 Epson Blizzard LCD controller.