2
1

Config.in 780 B

1234567891011121314151617181920212223242526272829303132333435
  1. config BR2_PACKAGE_BLUEZ_UTILS
  2. bool "bluez-utils"
  3. depends on BR2_USE_WCHAR # libglib2
  4. select BR2_PACKAGE_DBUS
  5. select BR2_PACKAGE_EXPAT if !BR2_PACKAGE_DBUS_LIBXML2
  6. select BR2_PACKAGE_LIBGLIB2
  7. help
  8. bluez utils
  9. http://www.kernel.org/pub/linux/bluetooth
  10. if BR2_PACKAGE_BLUEZ_UTILS
  11. config BR2_PACKAGE_BLUEZ_UTILS_COMPAT
  12. bool "BlueZ 3.x compatibility binaries"
  13. help
  14. BlueZ 3.x compatibility binaries like pand, hidd, sdp
  15. config BR2_PACKAGE_BLUEZ_UTILS_AUDIO
  16. bool "audio support"
  17. select BR2_PACKAGE_ALSA_LIB
  18. select BR2_PACKAGE_LIBSNDFILE
  19. help
  20. Audio support
  21. config BR2_PACKAGE_BLUEZ_UTILS_USB
  22. bool "USB support"
  23. select BR2_PACKAGE_LIBUSB
  24. help
  25. USB support
  26. endif
  27. comment "bluez-utils require a toolchain with WCHAR support"
  28. depends on !(BR2_USE_WCHAR)