Kconfig 2.6 KB

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