diff options
| author | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-05-23 02:14:03 -0500 |
|---|---|---|
| committer | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-05-23 02:14:03 -0500 |
| commit | 26bb7e958492f6eacd0505bad6dd5740a679c4da (patch) | |
| tree | 5451d213030388c594c00e008e2089e73d2ef64b | |
| parent | 5d88a4135a819ff2d674d18d155a9e0cdad38212 (diff) | |
ISDN: Move AVM Config.help entries to right dir
(Christoph Hellwig)
| -rw-r--r-- | drivers/isdn/capi/Config.help | 33 | ||||
| -rw-r--r-- | drivers/isdn/hardware/avm/Config.help | 36 |
2 files changed, 36 insertions, 33 deletions
diff --git a/drivers/isdn/capi/Config.help b/drivers/isdn/capi/Config.help index 4fcdc877e8a0..079f4b935c2c 100644 --- a/drivers/isdn/capi/Config.help +++ b/drivers/isdn/capi/Config.help @@ -29,36 +29,3 @@ CONFIG_ISDN_CAPI_CAPIDRV supported by a CAPI driver, but still want to use old features like ippp interfaces or ttyI emulation, say Y/M here. -CONFIG_ISDN_DRV_AVMB1_B1ISA - Enable support for the ISA version of the AVM B1 card. - -CONFIG_ISDN_DRV_AVMB1_B1PCI - Enable support for the PCI version of the AVM B1 card. - -CONFIG_ISDN_DRV_AVMB1_B1PCIV4 - Enable support for the V4 version of AVM B1 PCI card. - -CONFIG_ISDN_DRV_AVMB1_T1ISA - Enable support for the AVM T1 T1B card. - Note: This is a PRI card and handle 30 B-channels. - -CONFIG_ISDN_DRV_AVMB1_B1PCMCIA - Enable support for the PCMCIA version of the AVM B1 card. - -CONFIG_ISDN_DRV_AVMB1_AVM_CS - Enable the PCMCIA client driver for the AVM B1/M1/M2 - PCMCIA cards. - -CONFIG_ISDN_DRV_AVMB1_T1PCI - Enable support for the AVM T1 T1B card. - Note: This is a PRI card and handle 30 B-channels. - -CONFIG_ISDN_DRV_AVMB1_C4 - Enable support for the AVM C4/C2 PCI cards. - These cards handle 4/2 BRI ISDN lines (8/4 channels). - -CONFIG_ISDN_DRV_AVMB1_VERBOSE_REASON - If you say Y here, the AVM B1 driver will give verbose reasons for - disconnecting. This will increase the size of the kernel by 7 KB. If - unsure, say Y. - diff --git a/drivers/isdn/hardware/avm/Config.help b/drivers/isdn/hardware/avm/Config.help new file mode 100644 index 000000000000..2a8ed7f03236 --- /dev/null +++ b/drivers/isdn/hardware/avm/Config.help @@ -0,0 +1,36 @@ +CONFIG_CAPI_AVM + Enable support for AVM active ISDN cards. + +CONFIG_ISDN_DRV_AVMB1_B1ISA + Enable support for the ISA version of the AVM B1 card. + +CONFIG_ISDN_DRV_AVMB1_B1PCI + Enable support for the PCI version of the AVM B1 card. + +CONFIG_ISDN_DRV_AVMB1_B1PCIV4 + Enable support for the V4 version of AVM B1 PCI card. + +CONFIG_ISDN_DRV_AVMB1_T1ISA + Enable support for the AVM T1 T1B card. + Note: This is a PRI card and handle 30 B-channels. + +CONFIG_ISDN_DRV_AVMB1_B1PCMCIA + Enable support for the PCMCIA version of the AVM B1 card. + +CONFIG_ISDN_DRV_AVMB1_AVM_CS + Enable the PCMCIA client driver for the AVM B1/M1/M2 + PCMCIA cards. + +CONFIG_ISDN_DRV_AVMB1_T1PCI + Enable support for the AVM T1 T1B card. + Note: This is a PRI card and handle 30 B-channels. + +CONFIG_ISDN_DRV_AVMB1_C4 + Enable support for the AVM C4/C2 PCI cards. + These cards handle 4/2 BRI ISDN lines (8/4 channels). + +CONFIG_ISDN_DRV_AVMB1_VERBOSE_REASON + If you say Y here, the AVM B1 driver will give verbose reasons for + disconnecting. This will increase the size of the kernel by 7 KB. If + unsure, say Y. + |
