home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / video / mxc / Kconfig next >
Encoding:
Text File  |  2009-09-09  |  798 b   |  35 lines

  1. config FB_MXC
  2.     tristate "MXC Framebuffer support"
  3.     depends on FB && MXC_IPU
  4.     select FB_CFB_FILLRECT
  5.     select FB_CFB_COPYAREA
  6.     select FB_CFB_IMAGEBLIT
  7.     default y
  8.     help
  9.       This is a framebuffer device for the MXC LCD Controller.
  10.       See <http://www.linux-fbdev.org/> for information on framebuffer
  11.       devices.
  12.  
  13.       If you plan to use the LCD display with your MXC system, say
  14.       Y here.
  15.  
  16. config FB_MXC_SYNC_PANEL
  17.     depends on FB_MXC
  18.     tristate "Synchronous Panel Framebuffer"
  19.     default y
  20.  
  21. config FB_MXC_EPSON_VGA_SYNC_PANEL
  22.     depends on FB_MXC_SYNC_PANEL
  23.     tristate "Epson VGA Panel"
  24.     default n
  25.  
  26. config FB_MXC_TVOUT_TVE
  27.     tristate "MXC TVE TV Out Encoder"
  28.     depends on FB_MXC_SYNC_PANEL
  29.     depends on MXC_IPU_V3
  30.  
  31. config FB_MXC_CH7026
  32.     depends on FB_MXC_SYNC_PANEL
  33.     tristate "Chrontel CH7026 VGA Interface Chip"
  34.  
  35.