]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - drivers/isdn/hardware/avm/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-focal-kernel.git] / drivers / isdn / hardware / avm / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
1da177e4
LT
2#
3# ISDN AVM drivers
4#
5
f28df7e4
JE
6menuconfig CAPI_AVM
7 bool "Active AVM cards"
1da177e4
LT
8 help
9 Enable support for AVM active ISDN cards.
10
f28df7e4
JE
11if CAPI_AVM
12
1da177e4
LT
13config ISDN_DRV_AVMB1_B1ISA
14 tristate "AVM B1 ISA support"
f28df7e4 15 depends on ISA
1da177e4
LT
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"
f28df7e4 21 depends on PCI
1da177e4
LT
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"
f28df7e4 33 depends on ISA
1da177e4
LT
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"
6a6d01d3 40 depends on PCMCIA
1da177e4
LT
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"
6a6d01d3 46 depends on ISDN_DRV_AVMB1_B1PCMCIA
1da177e4
LT
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"
f28df7e4 53 depends on PCI
1da177e4
LT
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"
f28df7e4 60 depends on PCI
1da177e4
LT
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
f28df7e4 65endif # CAPI_AVM