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