Kconfig 757 B

1234567891011121314151617181920212223242526272829
  1. menuconfig FB_OMAP2
  2. tristate "OMAP2+ frame buffer support"
  3. depends on FB && OMAP2_DSS && !DRM_OMAP
  4. select OMAP2_VRAM
  5. select OMAP2_VRFB if ARCH_OMAP2 || ARCH_OMAP3
  6. select FB_CFB_FILLRECT
  7. select FB_CFB_COPYAREA
  8. select FB_CFB_IMAGEBLIT
  9. help
  10. Frame buffer driver for OMAP2+ based boards.
  11. config FB_OMAP2_DEBUG_SUPPORT
  12. bool "Debug support for OMAP2+ 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_NUM_FBS
  19. int "Number of framebuffers"
  20. range 1 10
  21. default 3
  22. depends on FB_OMAP2
  23. help
  24. Select the number of framebuffers created. OMAP2/3 has 3 overlays
  25. so normally this would be 3.