mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 08:36:40 +07:00
7878ac81e6
Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/ISDN-2.6.git master This was a forgotten item in a printk from the old driver, the DMA allocation use already the new interface. Signed-off-by: Karsten Keil <kkeil@suse.de>
26 lines
650 B
Plaintext
26 lines
650 B
Plaintext
#
|
|
# Hardware for mISDN
|
|
#
|
|
comment "mISDN hardware drivers"
|
|
|
|
config MISDN_HFCPCI
|
|
tristate "Support for HFC PCI cards"
|
|
depends on MISDN
|
|
depends on PCI
|
|
help
|
|
Enable support for cards with Cologne Chip AG's
|
|
HFC PCI chip.
|
|
|
|
config MISDN_HFCMULTI
|
|
tristate "Support for HFC multiport cards (HFC-4S/8S/E1)"
|
|
depends on PCI
|
|
depends on MISDN
|
|
help
|
|
Enable support for cards with Cologne Chip AG's HFC multiport
|
|
chip. There are three types of chips that are quite similar,
|
|
but the interface is different:
|
|
* HFC-4S (4 S/T interfaces on one chip)
|
|
* HFC-8S (8 S/T interfaces on one chip)
|
|
* HFC-E1 (E1 interface for 2Mbit ISDN)
|
|
|