xref: /OK3568_Linux_fs/buildroot/package/dahdi-tools/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_DAHDI_TOOLS
2	bool "dahdi-tools"
3	depends on BR2_TOOLCHAIN_HAS_THREADS
4	depends on BR2_LINUX_KERNEL # dahdi-linux
5	depends on BR2_USE_MMU # perl
6	select BR2_PACKAGE_DAHDI_LINUX
7	select BR2_PACKAGE_PERL
8	help
9	  DAHDI (Digium/Asterisk Hardware Device Interface) is the open
10	  source device interface technology used to control Digium and
11	  other legacy telephony interface cards.
12
13	  DAHDI Tools is a package of utilities for managing and
14	  monitoring DAHDI devices.
15
16	  http://www.asterisk.org/downloads/dahdi
17
18comment "dahdi-tools needs a toolchain w/ threads and a Linux kernel to be built"
19	depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_LINUX_KERNEL
20