Kconfig 738 B

123456789101112131415161718192021222324252627
  1. menuconfig FB_OMAP2
  2. tristate "OMAP2+ frame buffer support"
  3. depends on FB && OMAP2_DSS && !DRM_OMAP
  4. select OMAP2_VRFB if ARCH_OMAP2 || ARCH_OMAP3
  5. select FB_CFB_FILLRECT
  6. select FB_CFB_COPYAREA
  7. select FB_CFB_IMAGEBLIT
  8. help
  9. Frame buffer driver for OMAP2+ based boards.
  10. config FB_OMAP2_DEBUG_SUPPORT
  11. bool "Debug support for OMAP2+ FB"
  12. default y
  13. depends on FB_OMAP2
  14. help
  15. Support for debug output. You have to enable the actual printing
  16. with 'debug' module parameter.
  17. config FB_OMAP2_NUM_FBS
  18. int "Number of framebuffers"
  19. range 1 10
  20. default 3
  21. depends on FB_OMAP2
  22. help
  23. Select the number of framebuffers created. OMAP2/3 has 3 overlays
  24. so normally this would be 3.