Kconfig 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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_VGA
  10. bool "Use LCD in VGA mode"
  11. depends on MACH_OMAP_3430SDP || MACH_OMAP_LDP
  12. choice
  13. depends on FB_OMAP && MACH_OVERO
  14. prompt "Screen resolution"
  15. default FB_OMAP_079M3R
  16. help
  17. Selected desired screen resolution
  18. config FB_OMAP_031M3R
  19. boolean "640 x 480 @ 60 Hz Reduced blanking"
  20. config FB_OMAP_048M3R
  21. boolean "800 x 600 @ 60 Hz Reduced blanking"
  22. config FB_OMAP_079M3R
  23. boolean "1024 x 768 @ 60 Hz Reduced blanking"
  24. config FB_OMAP_092M9R
  25. boolean "1280 x 720 @ 60 Hz Reduced blanking"
  26. endchoice
  27. config FB_OMAP_LCD_MIPID
  28. bool "MIPI DBI-C/DCS compatible LCD support"
  29. depends on FB_OMAP && SPI_MASTER
  30. help
  31. Say Y here if you want to have support for LCDs compatible with
  32. the Mobile Industry Processor Interface DBI-C/DCS
  33. specification. (Supported LCDs: Philips LPH8923, Sharp LS041Y3)
  34. config FB_OMAP_BOOTLOADER_INIT
  35. bool "Check bootloader initialization"
  36. depends on FB_OMAP
  37. help
  38. Say Y here if you want to enable checking if the bootloader has
  39. already initialized the display controller. In this case the
  40. driver will skip the initialization.
  41. config FB_OMAP_CONSISTENT_DMA_SIZE
  42. int "Consistent DMA memory size (MB)"
  43. depends on FB_OMAP
  44. range 1 14
  45. default 2
  46. help
  47. Increase the DMA consistent memory size according to your video
  48. memory needs, for example if you want to use multiple planes.
  49. The size must be 2MB aligned.
  50. If unsure say 1.
  51. config FB_OMAP_DMA_TUNE
  52. bool "Set DMA SDRAM access priority high"
  53. depends on FB_OMAP && ARCH_OMAP1
  54. help
  55. On systems in which video memory is in system memory
  56. (SDRAM) this will speed up graphics DMA operations.
  57. If you have such a system and want to use rotation
  58. answer yes. Answer no if you have a dedicated video
  59. memory, or don't use any of the accelerated features.
  60. config FB_OMAP_LCDC_EXTERNAL
  61. bool "External LCD controller support"
  62. depends on FB_OMAP
  63. help
  64. Say Y here, if you want to have support for boards with an
  65. external LCD controller connected to the SoSSI/RFBI interface.
  66. config FB_OMAP_LCDC_HWA742
  67. bool "Epson HWA742 LCD controller support"
  68. depends on FB_OMAP && FB_OMAP_LCDC_EXTERNAL
  69. help
  70. Say Y here if you want to have support for the external
  71. Epson HWA742 LCD controller.
  72. config FB_OMAP_LCDC_BLIZZARD
  73. bool "Epson Blizzard LCD controller support"
  74. depends on FB_OMAP && FB_OMAP_LCDC_EXTERNAL
  75. help
  76. Say Y here if you want to have support for the external
  77. Epson Blizzard LCD controller.