# SPDX-License-Identifier: GPL-2.0-only # # [31mCONFIG_ISDN[0m AVM drivers # menuconfig [31mCONFIG_CAPI_AVM[0m bool "Active AVM cards" help Enable support for AVM active [31mCONFIG_ISDN[0m cards. if [31mCONFIG_CAPI_AVM[0m config [31mCONFIG_ISDN_DRV_AVMB1_B1ISA[0m tristate "AVM B1 ISA support" depends on [31mCONFIG_ISA[0m help Enable support for the [31mCONFIG_ISA[0m version of the AVM B1 card. config [31mCONFIG_ISDN_DRV_AVMB1_B1PCI[0m tristate "AVM B1 PCI support" depends on [31mCONFIG_PCI[0m help Enable support for the [31mCONFIG_PCI[0m version of the AVM B1 card. config [31mCONFIG_ISDN_DRV_AVMB1_B1PCIV4[0m bool "AVM B1 PCI V4 support" depends on [31mCONFIG_ISDN_DRV_AVMB1_B1PCI[0m help Enable support for the V4 version of AVM B1 [31mCONFIG_PCI[0m card. config [31mCONFIG_ISDN_DRV_AVMB1_T1ISA[0m tristate "AVM T1/T1-B ISA support" depends on [31mCONFIG_ISA[0m help Enable support for the AVM T1 T1B card. Note: This is a PRI card and handle 30 [31mCONFIG_B[0m-channels. config [31mCONFIG_ISDN_DRV_AVMB1_B1PCMCIA[0m tristate "AVM B1/M1/M2 PCMCIA support" depends on [31mCONFIG_PCMCIA[0m help Enable support for the [31mCONFIG_PCMCIA[0m version of the AVM B1 card. config [31mCONFIG_ISDN_DRV_AVMB1_AVM_CS[0m tristate "AVM B1/M1/M2 PCMCIA cs module" depends on [31mCONFIG_ISDN_DRV_AVMB1_B1PCMCIA[0m help Enable the [31mCONFIG_PCMCIA[0m client driver for the AVM B1/M1/M2 [31mCONFIG_PCMCIA[0m cards. config [31mCONFIG_ISDN_DRV_AVMB1_T1PCI[0m tristate "AVM T1/T1-B PCI support" depends on [31mCONFIG_PCI[0m help Enable support for the AVM T1 T1B card. Note: This is a PRI card and handle 30 [31mCONFIG_B[0m-channels. config [31mCONFIG_ISDN_DRV_AVMB1_C4[0m tristate "AVM C4/C2 support" depends on [31mCONFIG_PCI[0m help Enable support for the AVM C4/[31mCONFIG_C2[0m [31mCONFIG_PCI[0m cards. These cards handle 4/2 BRI [31mCONFIG_ISDN[0m lines (8/4 channels). endif # [31mCONFIG_CAPI_AVM[0m |