| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # | 
|  | 2 | # ISDN AVM drivers | 
|  | 3 | # | 
|  | 4 |  | 
| Jan Engelhardt | f28df7e | 2007-07-17 04:04:21 -0700 | [diff] [blame] | 5 | menuconfig CAPI_AVM | 
|  | 6 | bool "Active AVM cards" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | help | 
|  | 8 | Enable support for AVM active ISDN cards. | 
|  | 9 |  | 
| Jan Engelhardt | f28df7e | 2007-07-17 04:04:21 -0700 | [diff] [blame] | 10 | if CAPI_AVM | 
|  | 11 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 12 | config ISDN_DRV_AVMB1_B1ISA | 
|  | 13 | tristate "AVM B1 ISA support" | 
| Jan Engelhardt | f28df7e | 2007-07-17 04:04:21 -0700 | [diff] [blame] | 14 | depends on ISA | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 15 | help | 
|  | 16 | Enable support for the ISA version of the AVM B1 card. | 
|  | 17 |  | 
|  | 18 | config ISDN_DRV_AVMB1_B1PCI | 
|  | 19 | tristate "AVM B1 PCI support" | 
| Jan Engelhardt | f28df7e | 2007-07-17 04:04:21 -0700 | [diff] [blame] | 20 | depends on PCI | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 21 | help | 
|  | 22 | Enable support for the PCI version of the AVM B1 card. | 
|  | 23 |  | 
|  | 24 | config 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 |  | 
|  | 30 | config ISDN_DRV_AVMB1_T1ISA | 
|  | 31 | tristate "AVM T1/T1-B ISA support" | 
| Jan Engelhardt | f28df7e | 2007-07-17 04:04:21 -0700 | [diff] [blame] | 32 | depends on ISA | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 33 | help | 
|  | 34 | Enable support for the AVM T1 T1B card. | 
|  | 35 | Note: This is a PRI card and handle 30 B-channels. | 
|  | 36 |  | 
|  | 37 | config ISDN_DRV_AVMB1_B1PCMCIA | 
|  | 38 | tristate "AVM B1/M1/M2 PCMCIA support" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 39 | help | 
|  | 40 | Enable support for the PCMCIA version of the AVM B1 card. | 
|  | 41 |  | 
|  | 42 | config ISDN_DRV_AVMB1_AVM_CS | 
|  | 43 | tristate "AVM B1/M1/M2 PCMCIA cs module" | 
|  | 44 | depends on ISDN_DRV_AVMB1_B1PCMCIA && PCMCIA | 
|  | 45 | help | 
|  | 46 | Enable the PCMCIA client driver for the AVM B1/M1/M2 | 
|  | 47 | PCMCIA cards. | 
|  | 48 |  | 
|  | 49 | config ISDN_DRV_AVMB1_T1PCI | 
|  | 50 | tristate "AVM T1/T1-B PCI support" | 
| Jan Engelhardt | f28df7e | 2007-07-17 04:04:21 -0700 | [diff] [blame] | 51 | depends on PCI | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 52 | help | 
|  | 53 | Enable support for the AVM T1 T1B card. | 
|  | 54 | Note: This is a PRI card and handle 30 B-channels. | 
|  | 55 |  | 
|  | 56 | config ISDN_DRV_AVMB1_C4 | 
|  | 57 | tristate "AVM C4/C2 support" | 
| Jan Engelhardt | f28df7e | 2007-07-17 04:04:21 -0700 | [diff] [blame] | 58 | depends on PCI | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 59 | help | 
|  | 60 | Enable support for the AVM C4/C2 PCI cards. | 
|  | 61 | These cards handle 4/2 BRI ISDN lines (8/4 channels). | 
|  | 62 |  | 
| Jan Engelhardt | f28df7e | 2007-07-17 04:04:21 -0700 | [diff] [blame] | 63 | endif # CAPI_AVM |