Kconfig 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. config FB_OMAP
  2. tristate "OMAP frame buffer support"
  3. depends on FB
  4. depends on ARCH_OMAP1
  5. select FB_CFB_FILLRECT
  6. select FB_CFB_COPYAREA
  7. select FB_CFB_IMAGEBLIT
  8. help
  9. Frame buffer driver for OMAP based boards.
  10. config FB_OMAP_LCDC_EXTERNAL
  11. bool "External LCD controller support"
  12. depends on FB_OMAP
  13. help
  14. Say Y here, if you want to have support for boards with an
  15. external LCD controller connected to the SoSSI/RFBI interface.
  16. config FB_OMAP_LCDC_HWA742
  17. bool "Epson HWA742 LCD controller support"
  18. depends on FB_OMAP && FB_OMAP_LCDC_EXTERNAL
  19. help
  20. Say Y here if you want to have support for the external
  21. Epson HWA742 LCD controller.
  22. config FB_OMAP_MANUAL_UPDATE
  23. bool "Default to manual update mode"
  24. depends on FB_OMAP && FB_OMAP_LCDC_EXTERNAL
  25. help
  26. Say Y here, if your user-space applications are capable of
  27. notifying the frame buffer driver when a change has occurred in
  28. the frame buffer content and thus a reload of the image data to
  29. the external frame buffer is required. If unsure, say N.
  30. config FB_OMAP_LCD_MIPID
  31. bool "MIPI DBI-C/DCS compatible LCD support"
  32. depends on FB_OMAP && SPI_MASTER
  33. help
  34. Say Y here if you want to have support for LCDs compatible with
  35. the Mobile Industry Processor Interface DBI-C/DCS
  36. specification. (Supported LCDs: Philips LPH8923, Sharp LS041Y3)
  37. config FB_OMAP_LCD_H3
  38. bool "TPS65010 LCD controller on OMAP-H3"
  39. depends on MACH_OMAP_H3
  40. depends on TPS65010=y
  41. default y
  42. help
  43. Say Y here if you want to have support for the LCD on the
  44. H3 board.
  45. config FB_OMAP_DMA_TUNE
  46. bool "Set DMA SDRAM access priority high"
  47. depends on FB_OMAP
  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.