blob: b99b906ea9b1bfef709bec43e61237a74b177949 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# ISDN AVM drivers
3#
4
Jan Engelhardtf28df7e2007-07-17 04:04:21 -07005menuconfig CAPI_AVM
6 bool "Active AVM cards"
Linus Torvalds1da177e2005-04-16 15:20:36 -07007 help
8 Enable support for AVM active ISDN cards.
9
Jan Engelhardtf28df7e2007-07-17 04:04:21 -070010if CAPI_AVM
11
Linus Torvalds1da177e2005-04-16 15:20:36 -070012config ISDN_DRV_AVMB1_B1ISA
13 tristate "AVM B1 ISA support"
Jan Engelhardtf28df7e2007-07-17 04:04:21 -070014 depends on ISA
Linus Torvalds1da177e2005-04-16 15:20:36 -070015 help
16 Enable support for the ISA version of the AVM B1 card.
17
18config ISDN_DRV_AVMB1_B1PCI
19 tristate "AVM B1 PCI support"
Jan Engelhardtf28df7e2007-07-17 04:04:21 -070020 depends on PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -070021 help
22 Enable support for the PCI version of the AVM B1 card.
23
24config ISDN_DRV_AVMB1_B1PCIV4
25 bool "AVM B1 PCI V4 support"
26 depends on ISDN_DRV_AVMB1_B1PCI
27 help
28 Enable support for the V4 version of AVM B1 PCI card.
29
30config ISDN_DRV_AVMB1_T1ISA
31 tristate "AVM T1/T1-B ISA support"
Jan Engelhardtf28df7e2007-07-17 04:04:21 -070032 depends on ISA
Linus Torvalds1da177e2005-04-16 15:20:36 -070033 help
34 Enable support for the AVM T1 T1B card.
35 Note: This is a PRI card and handle 30 B-channels.
36
37config ISDN_DRV_AVMB1_B1PCMCIA
38 tristate "AVM B1/M1/M2 PCMCIA support"
Randy Dunlap6a6d01d2010-08-19 07:07:23 +000039 depends on PCMCIA
Linus Torvalds1da177e2005-04-16 15:20:36 -070040 help
41 Enable support for the PCMCIA version of the AVM B1 card.
42
43config ISDN_DRV_AVMB1_AVM_CS
44 tristate "AVM B1/M1/M2 PCMCIA cs module"
Randy Dunlap6a6d01d2010-08-19 07:07:23 +000045 depends on ISDN_DRV_AVMB1_B1PCMCIA
Linus Torvalds1da177e2005-04-16 15:20:36 -070046 help
47 Enable the PCMCIA client driver for the AVM B1/M1/M2
48 PCMCIA cards.
49
50config ISDN_DRV_AVMB1_T1PCI
51 tristate "AVM T1/T1-B PCI support"
Jan Engelhardtf28df7e2007-07-17 04:04:21 -070052 depends on PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -070053 help
54 Enable support for the AVM T1 T1B card.
55 Note: This is a PRI card and handle 30 B-channels.
56
57config ISDN_DRV_AVMB1_C4
58 tristate "AVM C4/C2 support"
Jan Engelhardtf28df7e2007-07-17 04:04:21 -070059 depends on PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -070060 help
61 Enable support for the AVM C4/C2 PCI cards.
62 These cards handle 4/2 BRI ISDN lines (8/4 channels).
63
Jan Engelhardtf28df7e2007-07-17 04:04:21 -070064endif # CAPI_AVM