Kconfig 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. config FB_OMAP
  2. tristate "OMAP frame buffer support (EXPERIMENTAL)"
  3. depends on FB && ARCH_OMAP
  4. 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. config FB_OMAP_LCD_MIPID
  10. bool "MIPI DBI-C/DCS compatible LCD support"
  11. depends on FB_OMAP && SPI_MASTER
  12. help
  13. Say Y here if you want to have support for LCDs compatible with
  14. the Mobile Industry Processor Interface DBI-C/DCS
  15. specification. (Supported LCDs: Philips LPH8923, Sharp LS041Y3)
  16. config FB_OMAP_BOOTLOADER_INIT
  17. bool "Check bootloader initialization"
  18. depends on FB_OMAP
  19. help
  20. Say Y here if you want to enable checking if the bootloader has
  21. already initialized the display controller. In this case the
  22. driver will skip the initialization.
  23. config FB_OMAP_CONSISTENT_DMA_SIZE
  24. int "Consistent DMA memory size (MB)"
  25. depends on FB_OMAP
  26. range 1 14
  27. default 2
  28. help
  29. Increase the DMA consistent memory size according to your video
  30. memory needs, for example if you want to use multiple planes.
  31. The size must be 2MB aligned.
  32. If unsure say 1.
  33. config FB_OMAP_DMA_TUNE
  34. bool "Set DMA SDRAM access priority high"
  35. depends on FB_OMAP && ARCH_OMAP1
  36. help
  37. On systems in which video memory is in system memory
  38. (SDRAM) this will speed up graphics DMA operations.
  39. If you have such a system and want to use rotation
  40. answer yes. Answer no if you have a dedicated video
  41. memory, or don't use any of the accelerated features.
  42. config FB_OMAP_LCDC_EXTERNAL
  43. bool "External LCD controller support"
  44. depends on FB_OMAP
  45. help
  46. Say Y here, if you want to have support for boards with an
  47. external LCD controller connected to the SoSSI/RFBI interface.
  48. config FB_OMAP_LCDC_HWA742
  49. bool "Epson HWA742 LCD controller support"
  50. depends on FB_OMAP && FB_OMAP_LCDC_EXTERNAL
  51. help
  52. Say Y here if you want to have support for the external
  53. Epson HWA742 LCD controller.
  54. config FB_OMAP_LCDC_BLIZZARD
  55. bool "Epson Blizzard LCD controller support"
  56. depends on FB_OMAP && FB_OMAP_LCDC_EXTERNAL
  57. help
  58. Say Y here if you want to have support for the external
  59. Epson Blizzard LCD controller.