Commit 122254d4 authored by Kai Germaschewski's avatar Kai Germaschewski

ISDN: config update

o Re-add lost config options during kconfig merge
o Simplify some Kconfig files using if .. endif
parent 5be2bc3c
...@@ -41,7 +41,9 @@ config ISDN ...@@ -41,7 +41,9 @@ config ISDN
Therefore the old ISDN4Linux layer is becoming obsolete. It is Therefore the old ISDN4Linux layer is becoming obsolete. It is
still usable, though, if you select this option. still usable, though, if you select this option.
if ISDN
source "drivers/isdn/i4l/Kconfig" source "drivers/isdn/i4l/Kconfig"
endif
endmenu endmenu
......
menu "Passive cards" menu "Passive cards"
depends on NET && ISDN_BOOL && ISDN!=n depends on ISDN
config ISDN_DRV_HISAX config ISDN_DRV_HISAX
tristate "HiSax SiemensChipSet driver support" tristate "HiSax SiemensChipSet driver support"
depends on ISDN
---help--- ---help---
This is a driver supporting the Siemens chipset on various This is a driver supporting the Siemens chipset on various
ISDN-cards (like AVM A1, Elsa ISDN cards, Teles S0-16.0, Teles ISDN-cards (like AVM A1, Elsa ISDN cards, Teles S0-16.0, Teles
...@@ -17,12 +16,12 @@ config ISDN_DRV_HISAX ...@@ -17,12 +16,12 @@ config ISDN_DRV_HISAX
also to the configuration option of the driver for your particular also to the configuration option of the driver for your particular
card, below. card, below.
if ISDN_DRV_HISAX!=n
comment "D-channel protocol features" comment "D-channel protocol features"
depends on ISDN_DRV_HISAX
config HISAX_EURO config HISAX_EURO
bool "HiSax Support for EURO/DSS1" bool "HiSax Support for EURO/DSS1"
depends on ISDN_DRV_HISAX
help help
Say Y or N according to the D-channel protocol which your local Say Y or N according to the D-channel protocol which your local
telephone service company provides. telephone service company provides.
...@@ -64,7 +63,6 @@ config HISAX_NO_KEYPAD ...@@ -64,7 +63,6 @@ config HISAX_NO_KEYPAD
config HISAX_1TR6 config HISAX_1TR6
bool "HiSax Support for german 1TR6" bool "HiSax Support for german 1TR6"
depends on ISDN_DRV_HISAX
help help
Say Y or N according to the D-channel protocol which your local Say Y or N according to the D-channel protocol which your local
telephone service company provides. telephone service company provides.
...@@ -75,25 +73,22 @@ config HISAX_1TR6 ...@@ -75,25 +73,22 @@ config HISAX_1TR6
config HISAX_NI1 config HISAX_NI1
bool "HiSax Support for US NI1" bool "HiSax Support for US NI1"
depends on ISDN_DRV_HISAX
help help
Enable this if you like to use ISDN in US on a NI1 basic rate Enable this if you like to use ISDN in US on a NI1 basic rate
interface. interface.
config HISAX_MAX_CARDS config HISAX_MAX_CARDS
int "Maximum number of cards supported by HiSax" int "Maximum number of cards supported by HiSax"
depends on ISDN_DRV_HISAX
default "8" default "8"
help help
This option allows you to specify the maximum number of cards which This option allows you to specify the maximum number of cards which
the HiSax driver will be able to handle. the HiSax driver will be able to handle.
comment "HiSax supported cards" comment "HiSax supported cards"
depends on ISDN_DRV_HISAX
config HISAX_16_0 config HISAX_16_0
bool "Teles 16.0/8.0" bool "Teles 16.0/8.0"
depends on ISDN_DRV_HISAX && ISA depends on ISA
help help
This enables HiSax support for the Teles ISDN-cards S0-16.0, S0-8 This enables HiSax support for the Teles ISDN-cards S0-16.0, S0-8
and many compatibles. and many compatibles.
...@@ -104,7 +99,6 @@ config HISAX_16_0 ...@@ -104,7 +99,6 @@ config HISAX_16_0
config HISAX_16_3 config HISAX_16_3
bool "Teles 16.3 or PNP or PCMCIA" bool "Teles 16.3 or PNP or PCMCIA"
depends on ISDN_DRV_HISAX
help help
This enables HiSax support for the Teles ISDN-cards S0-16.3 the This enables HiSax support for the Teles ISDN-cards S0-16.3 the
Teles/Creatix PnP and the Teles PCMCIA. Teles/Creatix PnP and the Teles PCMCIA.
...@@ -115,14 +109,12 @@ config HISAX_16_3 ...@@ -115,14 +109,12 @@ config HISAX_16_3
config HISAX_TELESPCI config HISAX_TELESPCI
bool "Teles PCI" bool "Teles PCI"
depends on ISDN_DRV_HISAX
help help
This enables HiSax support for the Teles PCI. This enables HiSax support for the Teles PCI.
See <file:Documentation/isdn/README.HiSax> on how to configure it. See <file:Documentation/isdn/README.HiSax> on how to configure it.
config HISAX_S0BOX config HISAX_S0BOX
bool "Teles S0Box" bool "Teles S0Box"
depends on ISDN_DRV_HISAX
help help
This enables HiSax support for the Teles/Creatix parallel port This enables HiSax support for the Teles/Creatix parallel port
S0BOX. See <file:Documentation/isdn/README.HiSax> on how to S0BOX. See <file:Documentation/isdn/README.HiSax> on how to
...@@ -130,7 +122,7 @@ config HISAX_S0BOX ...@@ -130,7 +122,7 @@ config HISAX_S0BOX
config HISAX_AVM_A1 config HISAX_AVM_A1
bool "AVM A1 (Fritz)" bool "AVM A1 (Fritz)"
depends on ISDN_DRV_HISAX && ISA depends on ISA
help help
This enables HiSax support for the AVM A1 (aka "Fritz"). This enables HiSax support for the AVM A1 (aka "Fritz").
...@@ -140,21 +132,18 @@ config HISAX_AVM_A1 ...@@ -140,21 +132,18 @@ config HISAX_AVM_A1
config HISAX_FRITZPCI config HISAX_FRITZPCI
bool "AVM PnP/PCI (Fritz!PnP/PCI)" bool "AVM PnP/PCI (Fritz!PnP/PCI)"
depends on ISDN_DRV_HISAX
help help
This enables HiSax support for the AVM "Fritz!PnP" and "Fritz!PCI". This enables HiSax support for the AVM "Fritz!PnP" and "Fritz!PCI".
See <file:Documentation/isdn/README.HiSax> on how to configure it. See <file:Documentation/isdn/README.HiSax> on how to configure it.
config HISAX_AVM_A1_PCMCIA config HISAX_AVM_A1_PCMCIA
bool "AVM A1 PCMCIA (Fritz)" bool "AVM A1 PCMCIA (Fritz)"
depends on ISDN_DRV_HISAX
help help
This enables HiSax support for the AVM A1 "Fritz!PCMCIA"). This enables HiSax support for the AVM A1 "Fritz!PCMCIA").
See <file:Documentation/isdn/README.HiSax> on how to configure it. See <file:Documentation/isdn/README.HiSax> on how to configure it.
config HISAX_ELSA config HISAX_ELSA
bool "Elsa cards" bool "Elsa cards"
depends on ISDN_DRV_HISAX
help help
This enables HiSax support for the Elsa Mircolink ISA cards, for the This enables HiSax support for the Elsa Mircolink ISA cards, for the
Elsa Quickstep series cards and Elsa PCMCIA. Elsa Quickstep series cards and Elsa PCMCIA.
...@@ -165,7 +154,7 @@ config HISAX_ELSA ...@@ -165,7 +154,7 @@ config HISAX_ELSA
config HISAX_IX1MICROR2 config HISAX_IX1MICROR2
bool "ITK ix1-micro Revision 2" bool "ITK ix1-micro Revision 2"
depends on ISDN_DRV_HISAX && ISA depends on ISA
help help
This enables HiSax support for the ITK ix1-micro Revision 2 card. This enables HiSax support for the ITK ix1-micro Revision 2 card.
...@@ -175,7 +164,6 @@ config HISAX_IX1MICROR2 ...@@ -175,7 +164,6 @@ config HISAX_IX1MICROR2
config HISAX_DIEHLDIVA config HISAX_DIEHLDIVA
bool "Eicon.Diehl Diva cards" bool "Eicon.Diehl Diva cards"
depends on ISDN_DRV_HISAX
help help
This enables HiSax support for the Eicon.Diehl Diva none PRO This enables HiSax support for the Eicon.Diehl Diva none PRO
versions passive ISDN cards. versions passive ISDN cards.
...@@ -186,7 +174,7 @@ config HISAX_DIEHLDIVA ...@@ -186,7 +174,7 @@ config HISAX_DIEHLDIVA
config HISAX_ASUSCOM config HISAX_ASUSCOM
bool "ASUSCOM ISA cards" bool "ASUSCOM ISA cards"
depends on ISDN_DRV_HISAX && ISA depends on ISA
help help
This enables HiSax support for the AsusCom and their OEM versions This enables HiSax support for the AsusCom and their OEM versions
passive ISDN ISA cards. passive ISDN ISA cards.
...@@ -197,7 +185,7 @@ config HISAX_ASUSCOM ...@@ -197,7 +185,7 @@ config HISAX_ASUSCOM
config HISAX_TELEINT config HISAX_TELEINT
bool "TELEINT cards" bool "TELEINT cards"
depends on ISDN_DRV_HISAX && ISA depends on ISA
help help
This enables HiSax support for the TELEINT SA1 semiactiv ISDN card. This enables HiSax support for the TELEINT SA1 semiactiv ISDN card.
...@@ -207,7 +195,7 @@ config HISAX_TELEINT ...@@ -207,7 +195,7 @@ config HISAX_TELEINT
config HISAX_HFCS config HISAX_HFCS
bool "HFC-S based cards" bool "HFC-S based cards"
depends on ISDN_DRV_HISAX && ISA depends on ISA
help help
This enables HiSax support for the HFC-S 2BDS0 based cards, like This enables HiSax support for the HFC-S 2BDS0 based cards, like
teles 16.3c. teles 16.3c.
...@@ -218,7 +206,6 @@ config HISAX_HFCS ...@@ -218,7 +206,6 @@ config HISAX_HFCS
config HISAX_SEDLBAUER config HISAX_SEDLBAUER
bool "Sedlbauer cards" bool "Sedlbauer cards"
depends on ISDN_DRV_HISAX
help help
This enables HiSax support for the Sedlbauer passive ISDN cards. This enables HiSax support for the Sedlbauer passive ISDN cards.
...@@ -228,7 +215,7 @@ config HISAX_SEDLBAUER ...@@ -228,7 +215,7 @@ config HISAX_SEDLBAUER
config HISAX_SPORTSTER config HISAX_SPORTSTER
bool "USR Sportster internal TA" bool "USR Sportster internal TA"
depends on ISDN_DRV_HISAX && ISA depends on ISA
help help
This enables HiSax support for the USR Sportster internal TA card. This enables HiSax support for the USR Sportster internal TA card.
...@@ -238,7 +225,7 @@ config HISAX_SPORTSTER ...@@ -238,7 +225,7 @@ config HISAX_SPORTSTER
config HISAX_MIC config HISAX_MIC
bool "MIC card" bool "MIC card"
depends on ISDN_DRV_HISAX && ISA depends on ISA
help help
This enables HiSax support for the ITH MIC card. This enables HiSax support for the ITH MIC card.
...@@ -248,7 +235,6 @@ config HISAX_MIC ...@@ -248,7 +235,6 @@ config HISAX_MIC
config HISAX_NETJET config HISAX_NETJET
bool "NETjet card" bool "NETjet card"
depends on ISDN_DRV_HISAX
help help
This enables HiSax support for the NetJet from Traverse This enables HiSax support for the NetJet from Traverse
Technologies. Technologies.
...@@ -259,7 +245,6 @@ config HISAX_NETJET ...@@ -259,7 +245,6 @@ config HISAX_NETJET
config HISAX_NETJET_U config HISAX_NETJET_U
bool "NETspider U card" bool "NETspider U card"
depends on ISDN_DRV_HISAX
help help
This enables HiSax support for the Netspider U interface ISDN card This enables HiSax support for the Netspider U interface ISDN card
from Traverse Technologies. from Traverse Technologies.
...@@ -269,7 +254,6 @@ config HISAX_NETJET_U ...@@ -269,7 +254,6 @@ config HISAX_NETJET_U
config HISAX_NICCY config HISAX_NICCY
bool "Niccy PnP/PCI card" bool "Niccy PnP/PCI card"
depends on ISDN_DRV_HISAX
help help
This enables HiSax support for the Dr. Neuhaus Niccy PnP or PCI. This enables HiSax support for the Dr. Neuhaus Niccy PnP or PCI.
...@@ -279,7 +263,7 @@ config HISAX_NICCY ...@@ -279,7 +263,7 @@ config HISAX_NICCY
config HISAX_ISURF config HISAX_ISURF
bool "Siemens I-Surf card" bool "Siemens I-Surf card"
depends on ISDN_DRV_HISAX && ISA depends on ISA
help help
This enables HiSax support for the Siemens I-Talk/I-Surf card with This enables HiSax support for the Siemens I-Talk/I-Surf card with
ISAR chip. ISAR chip.
...@@ -289,7 +273,7 @@ config HISAX_ISURF ...@@ -289,7 +273,7 @@ config HISAX_ISURF
config HISAX_HSTSAPHIR config HISAX_HSTSAPHIR
bool "HST Saphir card" bool "HST Saphir card"
depends on ISDN_DRV_HISAX && ISA depends on ISA
help help
This enables HiSax support for the HST Saphir card. This enables HiSax support for the HST Saphir card.
...@@ -299,7 +283,6 @@ config HISAX_HSTSAPHIR ...@@ -299,7 +283,6 @@ config HISAX_HSTSAPHIR
config HISAX_BKM_A4T config HISAX_BKM_A4T
bool "Telekom A4T card" bool "Telekom A4T card"
depends on ISDN_DRV_HISAX
help help
This enables HiSax support for the Telekom A4T card. This enables HiSax support for the Telekom A4T card.
...@@ -309,7 +292,6 @@ config HISAX_BKM_A4T ...@@ -309,7 +292,6 @@ config HISAX_BKM_A4T
config HISAX_SCT_QUADRO config HISAX_SCT_QUADRO
bool "Scitel Quadro card" bool "Scitel Quadro card"
depends on ISDN_DRV_HISAX
help help
This enables HiSax support for the Scitel Quadro card. This enables HiSax support for the Scitel Quadro card.
...@@ -319,7 +301,6 @@ config HISAX_SCT_QUADRO ...@@ -319,7 +301,6 @@ config HISAX_SCT_QUADRO
config HISAX_GAZEL config HISAX_GAZEL
bool "Gazel cards" bool "Gazel cards"
depends on ISDN_DRV_HISAX
help help
This enables HiSax support for the Gazel cards. This enables HiSax support for the Gazel cards.
...@@ -329,7 +310,6 @@ config HISAX_GAZEL ...@@ -329,7 +310,6 @@ config HISAX_GAZEL
config HISAX_HFC_PCI config HISAX_HFC_PCI
bool "HFC PCI-Bus cards" bool "HFC PCI-Bus cards"
depends on ISDN_DRV_HISAX
help help
This enables HiSax support for the HFC-S PCI 2BDS0 based cards. This enables HiSax support for the HFC-S PCI 2BDS0 based cards.
...@@ -338,7 +318,6 @@ config HISAX_HFC_PCI ...@@ -338,7 +318,6 @@ config HISAX_HFC_PCI
config HISAX_W6692 config HISAX_W6692
bool "Winbond W6692 based cards" bool "Winbond W6692 based cards"
depends on ISDN_DRV_HISAX
help help
This enables HiSax support for Winbond W6692 based PCI ISDN cards. This enables HiSax support for Winbond W6692 based PCI ISDN cards.
...@@ -348,26 +327,32 @@ config HISAX_W6692 ...@@ -348,26 +327,32 @@ config HISAX_W6692
config HISAX_HFC_SX config HISAX_HFC_SX
bool "HFC-S+, HFC-SP, HFC-PCMCIA cards" bool "HFC-S+, HFC-SP, HFC-PCMCIA cards"
depends on ISDN_DRV_HISAX
help help
This enables HiSax support for the HFC-S+, HFC-SP and HFC-PCMCIA This enables HiSax support for the HFC-S+, HFC-SP and HFC-PCMCIA
cards. This code is not finished yet. cards. This code is not finished yet.
# bool ' TESTEMULATOR (EXPERIMENTAL)' CONFIG_HISAX_TESTEMU # bool ' TESTEMULATOR (EXPERIMENTAL)' CONFIG_HISAX_TESTEMU
config HISAX_ENTERNOW_PCI config HISAX_ENTERNOW_PCI
bool "Formula-n enter:now PCI card (EXPERIMENTAL)" bool "Formula-n enter:now PCI card (EXPERIMENTAL)"
depends on ISDN_DRV_HISAX && EXPERIMENTAL depends on EXPERIMENTAL
help
This enables HiSax support for the Formula-n enter:now PCI
ISDN card.
config HISAX_AMD7930 config HISAX_AMD7930
bool "Am7930 (EXPERIMENTAL)" bool "Am7930 (EXPERIMENTAL)"
depends on ISDN_DRV_HISAX && EXPERIMENTAL && (SPARC32 || SPARC64) depends on EXPERIMENTAL && (SPARC32 || SPARC64)
help help
This enables HiSax support for the AMD7930 chips on some SPARCs. This enables HiSax support for the AMD7930 chips on some SPARCs.
This code is not finished yet. This code is not finished yet.
endif
if ISDN_DRV_HISAX
config HISAX_DEBUG config HISAX_DEBUG
bool "HiSax debugging" bool "HiSax debugging"
depends on ISDN_DRV_HISAX
help help
This enables debugging code in the new-style HiSax drivers, i.e. This enables debugging code in the new-style HiSax drivers, i.e.
the ST5481 USB driver currently. the ST5481 USB driver currently.
...@@ -375,51 +360,55 @@ config HISAX_DEBUG ...@@ -375,51 +360,55 @@ config HISAX_DEBUG
config HISAX_SEDLBAUER_CS config HISAX_SEDLBAUER_CS
tristate "Sedlbauer PCMCIA cards" tristate "Sedlbauer PCMCIA cards"
depends on ISDN_DRV_HISAX && PCMCIA depends on PCMCIA
help help
This enables the PCMCIA client driver for the Sedlbauer Speed Star This enables the PCMCIA client driver for the Sedlbauer Speed Star
and Speed Star II cards. and Speed Star II cards.
config HISAX_ELSA_CS config HISAX_ELSA_CS
tristate "ELSA PCMCIA MicroLink cards" tristate "ELSA PCMCIA MicroLink cards"
depends on ISDN_DRV_HISAX && PCMCIA depends on PCMCIA
help help
This enables the PCMCIA client driver for the Elsa PCMCIA MicroLink This enables the PCMCIA client driver for the Elsa PCMCIA MicroLink
card. card.
config HISAX_AVM_A1_CS config HISAX_AVM_A1_CS
tristate "AVM A1 PCMCIA cards" tristate "AVM A1 PCMCIA cards"
depends on ISDN_DRV_HISAX && PCMCIA depends on PCMCIA
help help
This enables the PCMCIA client driver for the AVM A1 / Fritz!Card This enables the PCMCIA client driver for the AVM A1 / Fritz!Card
PCMCIA cards. PCMCIA cards.
config HISAX_ST5481 config HISAX_ST5481
tristate "ST5481 USB ISDN modem (EXPERIMENTAL)" tristate "ST5481 USB ISDN modem (EXPERIMENTAL)"
depends on ISDN_DRV_HISAX && USB && EXPERIMENTAL depends on USB && EXPERIMENTAL
help help
This enables the driver for ST5481 based USB ISDN adapters, This enables the driver for ST5481 based USB ISDN adapters,
e.g. the BeWan Gazel 128 USB e.g. the BeWan Gazel 128 USB
config HISAX_FRITZ_PCIPNP config HISAX_FRITZ_PCIPNP
tristate "AVM Fritz!Card PCI/PCIv2/PnP support (EXPERIMENTAL)" tristate "AVM Fritz!Card PCI/PCIv2/PnP support (EXPERIMENTAL)"
depends on ISDN_DRV_HISAX && EXPERIMENTAL depends on EXPERIMENTAL
help help
This enables the driver for the AVM Fritz!Card PCI, Fritz!Card PCI v2 This enables the driver for the AVM Fritz!Card PCI,
and Fritz!Card PnP. Fritz!Card PCI v2 and Fritz!Card PnP.
(the latter also needs you to select "ISA Plug and Play support" (the latter also needs you to select "ISA Plug and Play support"
from the menu "Plug and Play configuration") from the menu "Plug and Play configuration")
config HISAX_FRITZ_CLASSIC config HISAX_FRITZ_CLASSIC
tristate "AVM Fritz!Card classic support (EXPERIMENTAL)" tristate "AVM Fritz!Card classic support (EXPERIMENTAL)"
depends on ISDN_DRV_HISAX && EXPERIMENTAL depends on EXPERIMENTAL
help help
This enables the driver for the AVM Fritz!Card classic, formerly This enables the driver for the AVM Fritz!Card classic, formerly
known as AVM A1. known as AVM A1.
config HISAX_HFCPCI config HISAX_HFCPCI
tristate "HFC PCI support (EXPERIMENTAL)" tristate "HFC PCI support (EXPERIMENTAL)"
depends on ISDN_DRV_HISAX && EXPERIMENTAL depends on EXPERIMENTAL
help
This enables the driver for CCD HFC PCI based cards.
endif
endmenu endmenu
# #
# Old ISDN4Linux config # Old ISDN4Linux config
# #
config ISDN_NET_SIMPLE
bool ' Support raw-IP and other simple protocols'
depends on INET
help
This options enables 'raw IP over ISDN', 'ethernet over ISDN',
'raw IP with UI header' and 'IP + type field' encapsulations.
If you never heard of any of those, you probably want to say N.
config ISDN_NET_CISCO
bool ' Support CISCO router protocols'
depends on INET
help
This options enables 'CISCO HDLC' encapsulation with
optional support for CISCO keep-alive frames.
Unless you want to connect to a Cisco Router in HDLC mode,
you probably want to say N.
config ISDN_PPP config ISDN_PPP
bool "Support synchronous PPP" bool "Support synchronous PPP"
depends on ISDN && INET depends on INET
help help
Over digital connections such as ISDN, there is no need to Over digital connections such as ISDN, there is no need to
synchronize sender and recipient's clocks with start and stop bits synchronize sender and recipient's clocks with start and stop bits
...@@ -32,7 +52,7 @@ config ISDN_MPP ...@@ -32,7 +52,7 @@ config ISDN_MPP
config ISDN_PPP_BSDCOMP config ISDN_PPP_BSDCOMP
tristate "Support BSD compression" tristate "Support BSD compression"
depends on ISDN_PPP && ISDN depends on ISDN_PPP
help help
Support for the BSD-Compress compression method for PPP, which uses Support for the BSD-Compress compression method for PPP, which uses
the LZW compression method to compress each PPP packet before it is the LZW compression method to compress each PPP packet before it is
...@@ -43,7 +63,6 @@ config ISDN_PPP_BSDCOMP ...@@ -43,7 +63,6 @@ config ISDN_PPP_BSDCOMP
config ISDN_AUDIO config ISDN_AUDIO
bool "Support audio via ISDN" bool "Support audio via ISDN"
depends on ISDN
help help
If you say Y here, the modem-emulator will support a subset of the If you say Y here, the modem-emulator will support a subset of the
EIA Class 8 Voice commands. Using a getty with voice-support EIA Class 8 Voice commands. Using a getty with voice-support
...@@ -66,7 +85,7 @@ config ISDN_TTY_FAX ...@@ -66,7 +85,7 @@ config ISDN_TTY_FAX
config ISDN_X25 config ISDN_X25
bool "X.25 PLP on top of ISDN" bool "X.25 PLP on top of ISDN"
depends on ISDN && X25 depends on X25
help help
This feature provides the X.25 protocol over ISDN connections. This feature provides the X.25 protocol over ISDN connections.
See <file:Documentation/isdn/README.x25> for more information See <file:Documentation/isdn/README.x25> for more information
...@@ -74,11 +93,10 @@ config ISDN_X25 ...@@ -74,11 +93,10 @@ config ISDN_X25
menu "ISDN feature submodules" menu "ISDN feature submodules"
depends on ISDN!=n depends on ISDN
config ISDN_DRV_LOOP config ISDN_DRV_LOOP
tristate "isdnloop support" tristate "isdnloop support"
depends on ISDN
help help
This driver provides a virtual ISDN card. Its primary purpose is This driver provides a virtual ISDN card. Its primary purpose is
testing of linklevel features or configuration without getting testing of linklevel features or configuration without getting
...@@ -88,8 +106,7 @@ config ISDN_DRV_LOOP ...@@ -88,8 +106,7 @@ config ISDN_DRV_LOOP
config ISDN_DIVERSION config ISDN_DIVERSION
tristate "Support isdn diversion services" tristate "Support isdn diversion services"
depends on ISDN help
---help---
This option allows you to use some supplementary diversion This option allows you to use some supplementary diversion
services in conjunction with the HiSax driver on an EURO/DSS1 services in conjunction with the HiSax driver on an EURO/DSS1
line. line.
...@@ -106,4 +123,3 @@ config ISDN_DIVERSION ...@@ -106,4 +123,3 @@ config ISDN_DIVERSION
Please read the file <file:Documentation/isdn/README.diversion>. Please read the file <file:Documentation/isdn/README.diversion>.
endmenu endmenu
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment