drivers/video/omap/Kconfig v3.0-rc7

FB_OMAP

OMAP frame buffer support (EXPERIMENTAL)

Frame buffer driver for OMAP based boards.

FB_OMAP_LCD_VGA

Use LCD in VGA mode

Set LCD resolution as VGA (640 X 480).
Default resolution without this option is QVGA(320 X 240).
Please take a look at drivers/video/omap/lcd_ldp.c file
for lcd driver code.

FB_OMAP_LCD_VGA

Screen resolution

Selected desired screen resolution

FB_OMAP_LCDC_EXTERNAL

External LCD controller support

Say Y here, if you want to have support for boards with an
external LCD controller connected to the SoSSI/RFBI interface.

FB_OMAP_LCDC_HWA742

Epson HWA742 LCD controller support

Say Y here if you want to have support for the external
Epson HWA742 LCD controller.

FB_OMAP_LCDC_BLIZZARD

Epson Blizzard LCD controller support

Say Y here if you want to have support for the external
Epson Blizzard LCD controller.

FB_OMAP_MANUAL_UPDATE

Default to manual update mode

Say Y here, if your user-space applications are capable of
notifying the frame buffer driver when a change has occurred in
the frame buffer content and thus a reload of the image data to
the external frame buffer is required. If unsure, say N.

FB_OMAP_LCD_MIPID

MIPI DBI-C/DCS compatible LCD support

Say Y here if you want to have support for LCDs compatible with
the Mobile Industry Processor Interface DBI-C/DCS
specification. (Supported LCDs: Philips LPH8923, Sharp LS041Y3)

FB_OMAP_BOOTLOADER_INIT

Check bootloader initialization

Say Y here if you want to enable checking if the bootloader has
already initialized the display controller. In this case the
driver will skip the initialization.

FB_OMAP_CONSISTENT_DMA_SIZE

Consistent DMA memory size (MB)

Increase the DMA consistent memory size according to your video
memory needs, for example if you want to use multiple planes.
The size must be 2MB aligned.
If unsure say 1.

FB_OMAP_DMA_TUNE

Set DMA SDRAM access priority high

On systems in which video memory is in system memory
(SDRAM) this will speed up graphics DMA operations.
If you have such a system and want to use rotation
answer yes. Answer no if you have a dedicated video
memory, or don't use any of the accelerated features.