aboutsummaryrefslogtreecommitdiff
path: root/drivers/isdn/mISDN/Kconfig
diff options
context:
space:
mode:
authorKarsten Keil <kkeil@suse.de>2008-07-27 02:02:10 +0200
committerKarsten Keil <kkeil@suse.de>2008-07-27 02:02:10 +0200
commit3712b42d4b1bec29a4232a6673bf2e6dcc5faa68 (patch)
treeb00ed0696e336c26daf6ec52cefee6d59eb89691 /drivers/isdn/mISDN/Kconfig
parentaf69fb3a8ffa37e986db00ed93099dc44babeef4 (diff)
Add layer1 over IP support
Implement a ISDN over IP tunnel to use mISDN hardware on remote locations. Signed-off-by: Karsten Keil <kkeil@suse.de>
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 6a97e86e7f2..4938355c407 100644
--- a/drivers/isdn/mISDN/Kconfig
+++ b/drivers/isdn/mISDN/Kconfig
@@ -23,5 +23,22 @@ config MISDN_DSP
and get more informations about this module and it's usage.
If unsure, say 'N'.
- source "drivers/isdn/hardware/mISDN/Kconfig"
+config MISDN_L1OIP
+ tristate "ISDN over IP tunnel"
+ depends on MISDN
+ help
+ Enable support for ISDN over IP tunnel.
+
+ It features:
+ - dynamic IP exchange, if one or both peers have dynamic IPs
+ - BRI (S0) and PRI (S2M) interface
+ - layer 1 control via network keepalive frames
+ - direct tunneling of physical interface via IP
+
+ NOTE: This protocol is called 'Layer 1 over IP' and is not
+ compatible with ISDNoIP (Agfeo) or TDMoIP. Protocol description is
+ provided in the source code.
+
+source "drivers/isdn/hardware/mISDN/Kconfig"
+
endif #MISDN