python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / smstools3 / Config.in
blob3e2ea252fc840f8c91b7341a2d08deb31c6f51a3
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.
10           http://smstools3.kekekasvi.com/
12 if BR2_PACKAGE_SMSTOOLS3
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.
22 endif
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