Kconfig 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. menuconfig FB_OMAP2
  2. tristate "OMAP2/3 frame buffer support (EXPERIMENTAL)"
  3. depends on FB && OMAP2_DSS
  4. select OMAP2_VRAM
  5. select OMAP2_VRFB
  6. select FB_CFB_FILLRECT
  7. select FB_CFB_COPYAREA
  8. select FB_CFB_IMAGEBLIT
  9. help
  10. Frame buffer driver for OMAP2/3 based boards.
  11. config FB_OMAP2_DEBUG_SUPPORT
  12. bool "Debug support for OMAP2/3 FB"
  13. default y
  14. depends on FB_OMAP2
  15. help
  16. Support for debug output. You have to enable the actual printing
  17. with debug module parameter.
  18. config FB_OMAP2_FORCE_AUTO_UPDATE
  19. bool "Force main display to automatic update mode"
  20. depends on FB_OMAP2
  21. help
  22. Forces main display to automatic update mode (if possible),
  23. and also enables tearsync (if possible). By default
  24. displays that support manual update are started in manual
  25. update mode.
  26. config FB_OMAP2_NUM_FBS
  27. int "Number of framebuffers"
  28. range 1 10
  29. default 3
  30. depends on FB_OMAP2
  31. help
  32. Select the number of framebuffers created. OMAP2/3 has 3 overlays
  33. so normally this would be 3.