Config.gfx.in 633 B

12345678910111213141516171819202122232425262728293031
  1. menu "Graphics drivers"
  2. config BR2_PACKAGE_QT_GFX_LINUXFB
  3. bool "Linux Framebuffer"
  4. default y
  5. config BR2_PACKAGE_QT_GFX_TRANSFORMED
  6. bool "Transformed"
  7. config BR2_PACKAGE_QT_GFX_QVFB
  8. bool "Qt Virtual Framebuffer"
  9. config BR2_PACKAGE_QT_GFX_VNC
  10. bool "VNC"
  11. config BR2_PACKAGE_QT_GFX_MULTISCREEN
  12. bool "multiscreen"
  13. comment "directfb Qt driver not available (need directfb)"
  14. depends on !BR2_PACKAGE_DIRECTFB
  15. config BR2_PACKAGE_QT_GFX_DIRECTFB
  16. bool "directFB"
  17. depends on BR2_PACKAGE_DIRECTFB
  18. config BR2_PACKAGE_QT_GFX_POWERVR
  19. bool "powervr"
  20. depends on BR2_PACKAGE_QT_OPENGL_ES
  21. depends on BR2_PACKAGE_HAS_POWERVR
  22. endmenu