3e2ea252fc840f8c91b7341a2d08deb31c6f51a3
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / smstools3 / Config.in
1 config BR2_PACKAGE_SMSTOOLS3
2         bool "smstools3"
3         depends on BR2_USE_MMU # fork()
4         depends on BR2_USE_WCHAR
5         depends on BR2_TOOLCHAIN_HAS_THREADS
6         help
7           The SMS Server Tools 3 is a SMS Gateway software which can send and
8           receive short messages through GSM modems and mobile phones.
9
10           http://smstools3.kekekasvi.com/
11
12 if BR2_PACKAGE_SMSTOOLS3
13
14 config BR2_PACKAGE_SMSTOOLS3_NB_MODEMS
15         int "Number of modems to support"
16         default 1
17         help
18           To reduce memory footprint of SMS Server Tools, you can specify the
19           exact number of modems connected to your board. By default only 1
20           modem is used.
21
22 endif
23
24 comment "smstools3 needs a toolchain w/ wchar, threads"
25         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
26         depends on BR2_USE_MMU