eb1856fdb794a82954eed98b83188b3ab4bfc317
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / ofono / Config.in
1 config BR2_PACKAGE_OFONO
2         bool "ofono"
3         depends on BR2_USE_WCHAR # gettext, libglib2
4         depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2
5         depends on BR2_USE_MMU # dbus, libglib2
6         depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405 # libcap-ng
7         select BR2_PACKAGE_LIBCAP_NG
8         select BR2_PACKAGE_DBUS
9         select BR2_PACKAGE_LIBGLIB2
10         select BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO
11         help
12           oFono is a free, open source project for mobile telephony
13           (GSM/UMTS) applications. It uses high-level D-Bus API for
14           use by telephony applications. It uses 3GPP standard.
15
16           http://ofono.org/
17
18 comment "ofono needs a toolchain w/ wchar, threads"
19         depends on BR2_USE_MMU
20         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
21         depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405