]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/connman/Config.in
Improve tar check if bsdtar is installed
[coffee/buildroot.git] / package / connman / Config.in
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_avr32 # no inotify_init1
7         depends on !BR2_UCLIBC_VERSION_0_9_32
8         depends on BR2_USE_WCHAR # libglib2
9         depends on BR2_INET_IPV6
10         depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2
11         depends on BR2_USE_MMU # dbus, libglib2
12         help
13           The Connection Manager (ConnMan) project provides a daemon
14           for managing internet connections within embedded devices
15           running the Linux operating system.
16
17           For more information, see http://connman.net/
18
19 if BR2_PACKAGE_CONNMAN
20
21 config BR2_PACKAGE_CONNMAN_ETHERNET
22         bool "enable Ethernet support"
23         default y
24
25 config BR2_PACKAGE_CONNMAN_WIFI
26         bool "enable WiFi support"
27         select BR2_PACKAGE_WPA_SUPPLICANT # runtime
28         help
29           Enable WiFi support (scan and static/dhcp interface
30           setup). ConnMan detects the start of wpa_supplicant
31           automatically.
32
33 config BR2_PACKAGE_CONNMAN_WISPR
34         bool "enable WISPr support"
35         select BR2_PACKAGE_GNUTLS
36         help
37           Enable support for Wireless Internet Service Provider
38           roaming (WISPr). A RADIUS server is used to authenticate the
39           subscriber's credentials.
40
41 config BR2_PACKAGE_CONNMAN_BLUETOOTH
42         bool "enable Bluetooth support"
43         help
44           Enable Bluetooth (PAN profile) support. The start of
45           bluetoothd is automatically detected and only a runtime
46           dependency.
47
48 config BR2_PACKAGE_CONNMAN_LOOPBACK
49         bool "enable loopback support"
50
51 config BR2_PACKAGE_CONNMAN_NEARD
52         bool "enable neard support"
53         select BR2_PACKAGE_NEARD
54
55 config BR2_PACKAGE_CONNMAN_OFONO
56         bool "enable ofono support"
57         select BR2_PACKAGE_OFONO
58
59 config BR2_PACKAGE_CONNMAN_DEBUG
60         bool "enable compiling with debugging information"
61
62 config BR2_PACKAGE_CONNMAN_CLIENT
63         bool "enable command line client"
64         select BR2_PACKAGE_READLINE
65
66 endif # BR2_PACKAGE_CONNMAN
67
68 comment "connman needs a toolchain w/ IPv6, wchar, threads, resolver"
69         depends on BR2_USE_MMU && !BR2_avr32
70         depends on BR2_UCLIBC_VERSION_0_9_32 || \
71                 !BR2_USE_WCHAR || !BR2_INET_IPV6 || !BR2_TOOLCHAIN_HAS_THREADS