Config.in 2.4 KB

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