diff options
Diffstat (limited to 'drivers/isdn/mISDN/Kconfig')
-rw-r--r-- | drivers/isdn/mISDN/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/isdn/mISDN/Kconfig b/drivers/isdn/mISDN/Kconfig index 231bd0d08316..6a97e86e7f21 100644 --- a/drivers/isdn/mISDN/Kconfig +++ b/drivers/isdn/mISDN/Kconfig | |||
@@ -7,3 +7,21 @@ menuconfig MISDN | |||
7 | help | 7 | help |
8 | Enable support for the modular ISDN driver. | 8 | Enable support for the modular ISDN driver. |
9 | 9 | ||
10 | if MISDN != n | ||
11 | |||
12 | config MISDN_DSP | ||
13 | tristate "Digital Audio Processing of transparent data" | ||
14 | depends on MISDN | ||
15 | help | ||
16 | Enable support for digital audio processing capability. | ||
17 | This module may be used for special applications that require | ||
18 | cross connecting of bchannels, conferencing, dtmf decoding | ||
19 | echo cancelation, tone generation, and Blowfish encryption and | ||
20 | decryption. | ||
21 | It may use hardware features if available. | ||
22 | E.g. it is required for PBX4Linux. Go to http://isdn.eversberg.eu | ||
23 | and get more informations about this module and it's usage. | ||
24 | If unsure, say 'N'. | ||
25 | |||
26 | source "drivers/isdn/hardware/mISDN/Kconfig" | ||
27 | endif #MISDN | ||