1# SPDX-License-Identifier: GPL-2.0-only 2config HYSDN 3 tristate "Hypercope HYSDN cards (Champ, Ergo, Metro) support (module only)" 4 depends on m && PROC_FS && PCI 5 help 6 Say Y here if you have one of Hypercope's active PCI ISDN cards 7 Champ, Ergo and Metro. You will then get a module called hysdn. 8 Please read the file <file:Documentation/isdn/hysdn.rst> for more 9 information. 10 11config HYSDN_CAPI 12 bool "HYSDN CAPI 2.0 support" 13 depends on HYSDN && ISDN_CAPI 14 help 15 Say Y here if you like to use Hypercope's CAPI 2.0 interface. 16