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