xref: /OK3568_Linux_fs/buildroot/package/libss7/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBSS7
2	bool "libss7"
3	depends on BR2_USE_MMU # dahdi-tools <- perl
4	depends on BR2_LINUX_KERNEL
5	depends on BR2_TOOLCHAIN_HAS_THREADS
6	select BR2_PACKAGE_DAHDI_LINUX
7	select BR2_PACKAGE_DAHDI_TOOLS
8	help
9	  libss7 is an open source library that encapsulates the
10	  protocols used to communicate using Signaling System 7
11	  over ISDN (T1, E1).
12
13	  http://www.asterisk.org/downloads/libss7
14
15comment "libss7 needs a kernel to be built"
16	depends on !BR2_LINUX_KERNEL
17
18comment "libss7 needs a toolchain w/ threads"
19	depends on !BR2_TOOLCHAIN_HAS_THREADS
20