1# SPDX-License-Identifier: GPL-2.0-only 2# 3# ISDN AVM drivers 4# 5 6menuconfig CAPI_AVM 7 bool "Active AVM cards" 8 help 9 Enable support for AVM active ISDN cards. 10 11if CAPI_AVM 12 13config ISDN_DRV_AVMB1_B1ISA 14 tristate "AVM B1 ISA support" 15 depends on ISA 16 help 17 Enable support for the ISA version of the AVM B1 card. 18 19config ISDN_DRV_AVMB1_B1PCI 20 tristate "AVM B1 PCI support" 21 depends on PCI 22 help 23 Enable support for the PCI version of the AVM B1 card. 24 25config ISDN_DRV_AVMB1_B1PCIV4 26 bool "AVM B1 PCI V4 support" 27 depends on ISDN_DRV_AVMB1_B1PCI 28 help 29 Enable support for the V4 version of AVM B1 PCI card. 30 31config ISDN_DRV_AVMB1_T1ISA 32 tristate "AVM T1/T1-B ISA support" 33 depends on ISA 34 help 35 Enable support for the AVM T1 T1B card. 36 Note: This is a PRI card and handle 30 B-channels. 37 38config ISDN_DRV_AVMB1_B1PCMCIA 39 tristate "AVM B1/M1/M2 PCMCIA support" 40 depends on PCMCIA 41 help 42 Enable support for the PCMCIA version of the AVM B1 card. 43 44config ISDN_DRV_AVMB1_AVM_CS 45 tristate "AVM B1/M1/M2 PCMCIA cs module" 46 depends on ISDN_DRV_AVMB1_B1PCMCIA 47 help 48 Enable the PCMCIA client driver for the AVM B1/M1/M2 49 PCMCIA cards. 50 51config ISDN_DRV_AVMB1_T1PCI 52 tristate "AVM T1/T1-B PCI support" 53 depends on PCI 54 help 55 Enable support for the AVM T1 T1B card. 56 Note: This is a PRI card and handle 30 B-channels. 57 58config ISDN_DRV_AVMB1_C4 59 tristate "AVM C4/C2 support" 60 depends on PCI 61 help 62 Enable support for the AVM C4/C2 PCI cards. 63 These cards handle 4/2 BRI ISDN lines (8/4 channels). 64 65endif # CAPI_AVM 66