You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
503 B
15 lines
503 B
config BR2_PACKAGE_DAHDI_LINUX
|
|
bool "dahdi-linux"
|
|
depends on BR2_LINUX_KERNEL
|
|
help
|
|
DAHDI (Digium/Asterisk Hardware Device Interface) is the open
|
|
source device interface technology used to control Digium and
|
|
other legacy telephony interface cards.
|
|
|
|
DAHDI Linux is the open source device driver framework used to
|
|
interface Asterisk with telephony hardware.
|
|
|
|
http://www.asterisk.org/downloads/dahdi
|
|
|
|
comment "dahdi-linux needs a Linux kernel to be built"
|
|
depends on !BR2_LINUX_KERNEL
|
|
|