--- zzzz-none-000/linux-2.6.32.61/drivers/isdn/hardware/avm/Kconfig 2013-06-10 09:43:48.000000000 +0000 +++ ar9-7330-650/linux-2.6.32.61/drivers/isdn/hardware/avm/Kconfig 2010-06-14 14:12:09.000000000 +0000 @@ -60,4 +60,69 @@ Enable support for the AVM C4/C2 PCI cards. These cards handle 4/2 BRI ISDN lines (8/4 channels). +# +# UR8 ISDN-PCMLINK driver +# + +config ISDN_CAPI_ISDN_NT_PCMLINK + tristate "AVM ISDN NT PCMLINK driver" + depends on CAPI_AVM + select ISDN_NT_PCMLINK_BLK + select ISDN_NT_PCMLINK_E1 + select ISDN_NT_PCMLINK_STACK + select ISDN_NT_PCMLINK_ISDN_AB + +config ISDN_NT_PCMLINK_BLK + tristate "AVM ISDN NT PCMLINK driver (hardware interfacing part)" + depends on ISDN_CAPI_ISDN_NT_PCMLINK + +config ISDN_NT_PCMLINK_E1 + tristate "AVM ISDN NT PCMLINK driver (layer 1 part)" + depends on ISDN_CAPI_ISDN_NT_PCMLINK + +config ISDN_NT_PCMLINK_STACK + tristate "AVM ISDN NT PCMLINK driver (protocol stack)" + depends on ISDN_CAPI_ISDN_NT_PCMLINK + +config ISDN_NT_PCMLINK_ISDN_AB + tristate "AVM ISDN NT PCMLINK driver (telephony part)" + depends on ISDN_CAPI_ISDN_NT_PCMLINK + +config ISDN_NT_PCMLINK_DEBUG + bool "AVM ISDN NT PCMLINK driver debug" + depends on ISDN_CAPI_ISDN_NT_PCMLINK + +config ISDN_NT_PCMLINK_NO_BCHANNEL + bool "AVM ISDN NT PCMLINK driver without B-Channels support" + depends on ISDN_CAPI_ISDN_NT_PCMLINK + +config ISDN_NT_PCMLINK_FAX + bool "AVM ISDN NT PCMLINK driver with FAX support" + depends on ISDN_CAPI_ISDN_NT_PCMLINK && !ISDN_NT_PCMLINK_NO_BCHANNEL + +config ISDN_NT_PCMLINK_COMPRESS + bool "AVM ISDN NT PCMLINK driver with Compression support" + depends on ISDN_CAPI_ISDN_NT_PCMLINK && !ISDN_NT_PCMLINK_NO_BCHANNEL + +config ISDN_NT_PCMLINK_MODEM + bool "AVM ISDN NT PCMLINK driver with MODEM support" + depends on ISDN_CAPI_ISDN_NT_PCMLINK && !ISDN_NT_PCMLINK_NO_BCHANNEL + +config ISDN_NT_PCMLINK_DTMF + bool "AVM ISDN NT PCMLINK driver with DTMF support" + depends on ISDN_CAPI_ISDN_NT_PCMLINK && !ISDN_NT_PCMLINK_NO_BCHANNEL + +config ISDN_NT_PCMLINK_VCTRLS + bool "AVM ISDN NT PCMLINK driver virtual controller support" + depends on ISDN_CAPI_ISDN_NT_PCMLINK + +config ISDN_NT_PCMLINK_VCTRLS_NUMBER + int "AVM ISDN NT PCMLINK driver, number of virtual controllers" + depends on ISDN_CAPI_ISDN_NT_PCMLINK && ISDN_NT_PCMLINK_VCTRLS + default 1 + +config ISDN_NT_PCMLINK_FRITZX + bool "AVM ISDN NT PCMLINK driver with FRITZX controller support" + depends on ISDN_CAPI_ISDN_NT_PCMLINK + endif # CAPI_AVM