2
1

Config.in 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. config BR2_PACKAGE_DIRECTFB
  2. bool "directfb"
  3. select BR2_PACKAGE_FREETYPE
  4. select BR2_PACKAGE_ZLIB
  5. help
  6. http://www.directfb.org/
  7. if BR2_PACKAGE_DIRECTFB
  8. config BR2_PACKAGE_DIRECTFB_MULTI
  9. bool "directfb multi application"
  10. select BR2_PACKAGE_LINUX_FUSION
  11. depends on BR2_LINUX_KERNEL
  12. help
  13. Enable use of multiple concurrent DirectFB applications
  14. config BR2_PACKAGE_DIRECTFB_DEBUG
  15. bool "directfb debugging"
  16. help
  17. Compile DirectFB with lots of debug output
  18. config BR2_PACKAGE_DIRECTFB_TRACE
  19. bool "directfb call trace support"
  20. help
  21. Enable call tracing for DirectFB applications
  22. config BR2_PACKAGE_DIRECTFB_XSERVER
  23. bool "build with X server backend"
  24. depends on BR2_PACKAGE_XORG7
  25. config BR2_PACKAGE_DIRECTFB_UNIQUE
  26. bool "enable unique window manager"
  27. depends on BR2_UNIMPLEMENTED
  28. config BR2_PACKAGE_DIRECTFB_ATI128
  29. bool "compile ati128 graphics driver"
  30. depends on BR2_i386 || BR2_x86_64
  31. config BR2_PACKAGE_DIRECTFB_CLE266
  32. bool "compile cle266 graphics driver"
  33. default y
  34. depends on BR2_i386 || BR2_x86_64
  35. config BR2_PACKAGE_DIRECTFB_MATROX
  36. bool "compile matrox graphics driver"
  37. depends on BR2_i386 || BR2_x86_64
  38. config BR2_PACKAGE_DIRECTFB_PXA3XX
  39. bool "compile pxa3xx graphics driver"
  40. depends on BR2_arm
  41. config BR2_PACKAGE_DIRECTFB_UNICHROME
  42. bool "compile unichrome graphics driver"
  43. default y
  44. depends on BR2_i386 || BR2_x86_64
  45. config BR2_PACKAGE_DIRECTFB_I830
  46. bool "compile i830 graphics driver"
  47. depends on BR2_i386 || BR2_x86_64
  48. config BR2_PACKAGE_DIRECTFB_LINUXINPUT
  49. bool "compile /dev/input/eventX input driver"
  50. default y
  51. config BR2_PACKAGE_DIRECTFB_KEYBOARD
  52. bool "compile keyboard input driver"
  53. default y
  54. config BR2_PACKAGE_DIRECTFB_PS2MOUSE
  55. bool "compile PS2 mouse input driver"
  56. default y
  57. config BR2_PACKAGE_DIRECTFB_SERIALMOUSE
  58. bool "compile serial mouse input driver"
  59. default y
  60. config BR2_PACKAGE_DIRECTFB_TSLIB
  61. bool "enable touchscreen support"
  62. default y
  63. select BR2_PACKAGE_TSLIB
  64. config BR2_PACKAGE_DIRECTFB_GIF
  65. bool "enable GIF support"
  66. default y
  67. config BR2_PACKAGE_DIRECTFB_JPEG
  68. bool "enable JPEG support"
  69. default y
  70. select BR2_PACKAGE_JPEG
  71. config BR2_PACKAGE_DIRECTFB_PNG
  72. bool "enable PNG support"
  73. default y
  74. select BR2_PACKAGE_LIBPNG
  75. config BR2_PACKAGE_DIRECTB_DITHER_RGB16
  76. bool "enable advanced dithering of RGB16 surfaces"
  77. help
  78. Enable dithering when loading images to RGB16 surfaces.
  79. This increases the data section by 64 KBytes.
  80. config BR2_PACKAGE_DIRECTB_TESTS
  81. bool "build directfb tests"
  82. endif # BR2_PACKAGE_DIRECTFB