Config.in 2.5 KB

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