Config.in 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. config BR2_PACKAGE_CONNMAN
  2. bool "connman"
  3. select BR2_PACKAGE_DBUS
  4. select BR2_PACKAGE_LIBGLIB2
  5. select BR2_PACKAGE_IPTABLES
  6. depends on BR2_UCLIBC_VERSION_SNAPSHOT || BR2_TOOLCHAIN_EXTERNAL_GLIBC || BR2_TOOLCHAIN_CTNG_eglibc || BR2_TOOLCHAIN_CTNG_eglibc
  7. help
  8. The Connection Manager (ConnMan) project provides a daemon for
  9. managing internet connections within embedded devices running
  10. the Linux operating system.
  11. For more information, see http://connman.net/
  12. if BR2_PACKAGE_CONNMAN
  13. config BR2_PACKAGE_CONNMAN_THREADS
  14. bool "enable threading support"
  15. depends on BR2_TOOLCHAIN_HAS_THREADS
  16. default y
  17. config BR2_PACKAGE_CONNMAN_ETHERNET
  18. bool "enable Ethernet support"
  19. default y
  20. config BR2_PACKAGE_CONNMAN_WIFI
  21. bool "enable WiFi support"
  22. select BR2_PACKAGE_WPA_SUPPLICANT
  23. config BR2_PACKAGE_CONNMAN_BLUETOOTH
  24. bool "enable Bluetooth support"
  25. config BR2_PACKAGE_CONNMAN_LOOPBACK
  26. bool "enable loopback support"
  27. config BR2_PACKAGE_CONNMAN_NTPD
  28. bool "enable ntpd support"
  29. config BR2_PACKAGE_CONNMAN_DEBUG
  30. bool "enable compiling with debugging information"
  31. config BR2_PACKAGE_CONNMAN_CLIENT
  32. bool "enable command line client"
  33. endif # BR2_PACKAGE_CONNMAN
  34. comment "connman needs a toolchain with resolver support"
  35. depends on !(BR2_UCLIBC_VERSION_SNAPSHOT || BR2_TOOLCHAIN_EXTERNAL_GLIBC || BR2_TOOLCHAIN_CTNG_eglibc || BR2_TOOLCHAIN_CTNG_eglibc)