]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/connman/Config.in
Kickoff 2014.08 cycle
[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         select BR2_PACKAGE_GNUTLS
7         depends on !BR2_avr32 # no inotify_init1
8         depends on !BR2_UCLIBC_VERSION_0_9_32
9         depends on BR2_USE_WCHAR # libglib2 and gnutls
10         depends on BR2_INET_IPV6
11         depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2
12         depends on BR2_USE_MMU # dbus, libglib2
13         help
14           The Connection Manager (ConnMan) project provides a daemon for
15           managing internet connections within embedded devices running
16           the Linux operating system.
17
18           For more information, see https://01.org/connman
19
20 if BR2_PACKAGE_CONNMAN
21
22 config BR2_PACKAGE_CONNMAN_ETHERNET
23         bool "enable Ethernet support"
24         default y
25
26 config BR2_PACKAGE_CONNMAN_WIFI
27         bool "enable WiFi support"
28         select BR2_PACKAGE_WPA_SUPPLICANT
29
30 config BR2_PACKAGE_CONNMAN_BLUETOOTH
31         bool "enable Bluetooth support"
32
33 config BR2_PACKAGE_CONNMAN_LOOPBACK
34         bool "enable loopback support"
35
36 config BR2_PACKAGE_CONNMAN_NEARD
37         bool "enable neard support"
38         select BR2_PACKAGE_NEARD
39
40 config BR2_PACKAGE_CONNMAN_OFONO
41         bool "enable ofono support"
42         select BR2_PACKAGE_OFONO
43
44 config BR2_PACKAGE_CONNMAN_DEBUG
45         bool "enable compiling with debugging information"
46
47 config BR2_PACKAGE_CONNMAN_CLIENT
48         bool "enable command line client"
49         select BR2_PACKAGE_READLINE
50
51 endif # BR2_PACKAGE_CONNMAN
52
53 comment "connman needs a toolchain w/ IPv6, wchar, threads, resolver"
54         depends on BR2_USE_MMU && !BR2_avr32
55         depends on BR2_UCLIBC_VERSION_0_9_32 || \
56                 !BR2_USE_WCHAR || !BR2_INET_IPV6 || !BR2_TOOLCHAIN_HAS_THREADS