The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / 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_USE_WCHAR # libglib2
7         depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2
8         depends on BR2_USE_MMU # dbus, libglib2
9         depends on !BR2_STATIC_LIBS # needs dlopen()
10         help
11           The Connection Manager (ConnMan) project provides a daemon
12           for managing internet connections within embedded devices
13           running the Linux operating system.
14
15           For more information, see https://01.org/connman
16
17 if BR2_PACKAGE_CONNMAN
18
19 config BR2_PACKAGE_CONNMAN_ETHERNET
20         bool "enable Ethernet support"
21         default y
22
23 config BR2_PACKAGE_CONNMAN_WIFI
24         bool "enable WiFi support"
25         select BR2_PACKAGE_WPA_SUPPLICANT # runtime
26         select BR2_PACKAGE_WPA_SUPPLICANT_DBUS_NEW # runtime
27         help
28           Enable WiFi support (scan and static/dhcp interface
29           setup). ConnMan detects the start of wpa_supplicant
30           automatically.
31
32 config BR2_PACKAGE_CONNMAN_WISPR
33         bool "enable WISPr support"
34         select BR2_PACKAGE_GNUTLS
35         help
36           Enable support for Wireless Internet Service Provider
37           roaming (WISPr). A RADIUS server is used to authenticate the
38           subscriber's credentials.
39
40 config BR2_PACKAGE_CONNMAN_BLUETOOTH
41         bool "enable Bluetooth support"
42         help
43           Enable Bluetooth support. The start of bluetoothd is
44           automatically detected and only a runtime dependency.
45
46 config BR2_PACKAGE_CONNMAN_LOOPBACK
47         bool "enable loopback support"
48
49 config BR2_PACKAGE_CONNMAN_NEARD
50         bool "enable neard support"
51         select BR2_PACKAGE_NEARD
52
53 config BR2_PACKAGE_CONNMAN_OFONO
54         bool "enable ofono support"
55         depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405 # libcap-ng
56         select BR2_PACKAGE_OFONO
57
58 config BR2_PACKAGE_CONNMAN_DEBUG
59         bool "enable compiling with debugging information"
60
61 config BR2_PACKAGE_CONNMAN_CLIENT
62         bool "enable command line client"
63         select BR2_PACKAGE_READLINE
64
65 endif # BR2_PACKAGE_CONNMAN
66
67 comment "connman needs a toolchain w/ wchar, threads, resolver, dynamic library"
68         depends on BR2_USE_MMU
69         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS