Config.in 725 B

12345678910111213141516171819202122232425262728293031323334
  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_LIBGLIB2
  6. help
  7. bluez utils
  8. http://www.kernel.org/pub/linux/bluetooth
  9. if BR2_PACKAGE_BLUEZ_UTILS
  10. config BR2_PACKAGE_BLUEZ_UTILS_COMPAT
  11. bool "BlueZ 3.x compatibility binaries"
  12. help
  13. BlueZ 3.x compatibility binaries like pand, hidd, sdp
  14. config BR2_PACKAGE_BLUEZ_UTILS_AUDIO
  15. bool "audio support"
  16. select BR2_PACKAGE_ALSA_LIB
  17. select BR2_PACKAGE_LIBSNDFILE
  18. help
  19. Audio support
  20. config BR2_PACKAGE_BLUEZ_UTILS_USB
  21. bool "USB support"
  22. select BR2_PACKAGE_LIBUSB
  23. help
  24. USB support
  25. endif
  26. comment "bluez-utils require a toolchain with WCHAR support"
  27. depends on !(BR2_USE_WCHAR)