mISDN/drivers/isdn/hardware/mISDN/Kconfig.v2.6

64 lines
1.7 KiB
Groff

#
# modularer ISDN driver
#
menu "Modular ISDN driver"
depends on NET && ISDN_BOOL && ISDN_CAPI!=n
config MISDN_DRV
tristate "Support modular ISDN driver"
help
Enable support for the modular ISDN driver.
This driver is the successor of the famous HiSax driver.
if MISDN_DRV!=n
config MISDN_MEMDEBUG
bool "Enable memory leak debug for mISDN"
help
This option is for watching the use of several resources in mISDN.
It includes extra code to maintain list of allocated memory and
sk_buffs. On module unload you can see not freed resources an
their allocation orging and some object specific informations.
If unsure, say 'N'.
config MISDN_AVM_FRITZ
bool "Support for AVM Fritz!Cards"
depends on PCI || ISA
help
Enable support for AVM Fritz!Card PCI and PnP.
config MISDN_HFCPCI
bool "Support for HFC PCI cards"
depends on PCI
help
Enable support for card with Cologne Chips Design HFC PCI based
cards.
config MISDN_SPEEDFAX
bool "Support for Sedlbauer Speedfax+"
depends on PCI || ISA
help
Enable support for Sedlbauer Speedfax+.
config MISDN_W6692
bool "Support for Winbond 6692 based cards"
depends on PCI
help
Enable support for Winbond 6692 PCI chip based cards.
config MISDN_DSP
bool "Digital Audio Processing of transparent data"
help
Enable support for digital audio processing capability.
This module may be used for special applications that require
cross connecting of bchannels, conferencing, dtmf decoding and
tone generation. It may use hardware features if available.
E.g. it is required for PBX4Linux. Go to http://isdn.jolly.de
and get more informations about this module and it's usage.
If unsure, say 'N'.
endif
endmenu