aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/mISDN/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/isdn/mISDN/Kconfig')
-rw-r--r--drivers/isdn/mISDN/Kconfig19
1 files changed, 18 insertions, 1 deletions
diff --git a/drivers/isdn/mISDN/Kconfig b/drivers/isdn/mISDN/Kconfig
index 6a97e86e7f21..4938355c4072 100644
--- a/drivers/isdn/mISDN/Kconfig
+++ b/drivers/isdn/mISDN/Kconfig
@@ -23,5 +23,22 @@ config MISDN_DSP
23 and get more informations about this module and it's usage. 23 and get more informations about this module and it's usage.
24 If unsure, say 'N'. 24 If unsure, say 'N'.
25 25
26 source "drivers/isdn/hardware/mISDN/Kconfig" 26config MISDN_L1OIP
27 tristate "ISDN over IP tunnel"
28 depends on MISDN
29 help
30 Enable support for ISDN over IP tunnel.
31
32 It features:
33 - dynamic IP exchange, if one or both peers have dynamic IPs
34 - BRI (S0) and PRI (S2M) interface
35 - layer 1 control via network keepalive frames
36 - direct tunneling of physical interface via IP
37
38 NOTE: This protocol is called 'Layer 1 over IP' and is not
39 compatible with ISDNoIP (Agfeo) or TDMoIP. Protocol description is
40 provided in the source code.
41
42source "drivers/isdn/hardware/mISDN/Kconfig"
43
27endif #MISDN 44endif #MISDN