Config.in 3.0 KB

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