xref: /OK3568_Linux_fs/buildroot/package/dahdi-linux/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_DAHDI_LINUX
2*4882a593Smuzhiyun	bool "dahdi-linux"
3*4882a593Smuzhiyun	depends on BR2_LINUX_KERNEL
4*4882a593Smuzhiyun	help
5*4882a593Smuzhiyun	  DAHDI (Digium/Asterisk Hardware Device Interface) is the open
6*4882a593Smuzhiyun	  source device interface technology used to control Digium and
7*4882a593Smuzhiyun	  other legacy telephony interface cards.
8*4882a593Smuzhiyun
9*4882a593Smuzhiyun	  DAHDI Linux is the open source device driver framework used to
10*4882a593Smuzhiyun	  interface Asterisk with telephony hardware.
11*4882a593Smuzhiyun
12*4882a593Smuzhiyun	  http://www.asterisk.org/downloads/dahdi
13*4882a593Smuzhiyun
14*4882a593Smuzhiyuncomment "dahdi-linux needs a Linux kernel to be built"
15*4882a593Smuzhiyun	depends on !BR2_LINUX_KERNEL
16