1 |
1626 |
jcastillo |
#
|
2 |
|
|
# ISDN device configuration
|
3 |
|
|
#
|
4 |
|
|
if [ "$CONFIG_INET" != "n" ]; then
|
5 |
|
|
bool 'Support synchronous PPP' CONFIG_ISDN_PPP
|
6 |
|
|
if [ "$CONFIG_ISDN_PPP" != "n" ]; then
|
7 |
|
|
bool 'Use VJ-compression with synchronous PPP' CONFIG_ISDN_PPP_VJ
|
8 |
|
|
bool 'Support generic MP (RFC 1717)' CONFIG_ISDN_MPP
|
9 |
|
|
fi
|
10 |
|
|
#bool 'Support dynamic timeout-rules' CONFIG_ISDN_TIMEOUT_RULES
|
11 |
|
|
#if [ "$CONFIG_ISDN_TIMEOUT_RULES" != "n" ]; then
|
12 |
|
|
# bool 'Use masqueraded addresses for rule-matching' CONFIG_ISDN_TIMRU_USE_MASQ
|
13 |
|
|
#fi
|
14 |
|
|
#bool 'Support budget-accounting' CONFIG_ISDN_BUDGET
|
15 |
|
|
fi
|
16 |
|
|
bool 'Support audio via ISDN' CONFIG_ISDN_AUDIO
|
17 |
|
|
dep_tristate 'ICN 2B and 4B support' CONFIG_ISDN_DRV_ICN $CONFIG_ISDN
|
18 |
|
|
dep_tristate 'isdnloop support' CONFIG_ISDN_DRV_LOOP $CONFIG_ISDN
|
19 |
|
|
dep_tristate 'PCBIT-D support' CONFIG_ISDN_DRV_PCBIT $CONFIG_ISDN
|
20 |
|
|
dep_tristate 'HiSax SiemensChipSet driver support' CONFIG_ISDN_DRV_HISAX $CONFIG_ISDN
|
21 |
|
|
if [ "$CONFIG_ISDN_DRV_HISAX" != "n" ]; then
|
22 |
|
|
bool 'HiSax Support for EURO/DSS1' CONFIG_HISAX_EURO
|
23 |
|
|
if [ "$CONFIG_HISAX_EURO" != "n" ]; then
|
24 |
|
|
bool 'Support for german chargeinfo' CONFIG_DE_AOC
|
25 |
|
|
bool 'Disable sending complete' CONFIG_HISAX_NO_SENDCOMPLETE
|
26 |
|
|
bool 'Disable sending low layer compatibility' CONFIG_HISAX_NO_LLC
|
27 |
|
|
fi
|
28 |
|
|
bool 'HiSax Support for german 1TR6' CONFIG_HISAX_1TR6
|
29 |
|
|
bool 'HiSax Support for Teles 16.0/8.0' CONFIG_HISAX_16_0
|
30 |
|
|
bool 'HiSax Support for Teles 16.3 or PNP or PCMCIA' CONFIG_HISAX_16_3
|
31 |
|
|
bool 'HiSax Support for Teles 16.3c' CONFIG_HISAX_TELES3C
|
32 |
|
|
bool 'HiSax Support for Teles PCI' CONFIG_HISAX_TELESPCI
|
33 |
|
|
bool 'HiSax Support for Teles S0Box' CONFIG_HISAX_S0BOX
|
34 |
|
|
bool 'HiSax Support for AVM A1 (Fritz)' CONFIG_HISAX_AVM_A1
|
35 |
|
|
bool 'HiSax Support for AVM PnP/PCI (Fritz!PnP/PCI)' CONFIG_HISAX_FRITZPCI
|
36 |
|
|
bool 'HiSax Support for AVM A1 PCMCIA (Fritz)' CONFIG_HISAX_AVM_A1_PCMCIA
|
37 |
|
|
bool 'HiSax Support for Elsa cards' CONFIG_HISAX_ELSA
|
38 |
|
|
bool 'HiSax Support for ITK ix1-micro Revision 2' CONFIG_HISAX_IX1MICROR2
|
39 |
|
|
bool 'HiSax Support for Eicon.Diehl Diva cards' CONFIG_HISAX_DIEHLDIVA
|
40 |
|
|
bool 'HiSax Support for ASUSCOM cards' CONFIG_HISAX_ASUSCOM
|
41 |
|
|
bool 'HiSax Support for TELEINT cards' CONFIG_HISAX_TELEINT
|
42 |
|
|
bool 'HiSax Support for Sedlbauer cards' CONFIG_HISAX_SEDLBAUER
|
43 |
|
|
bool 'HiSax Support for USR Sportster internal TA' CONFIG_HISAX_SPORTSTER
|
44 |
|
|
bool 'HiSax Support for MIC card' CONFIG_HISAX_MIC
|
45 |
|
|
bool 'HiSax Support for NETjet card' CONFIG_HISAX_NETJET
|
46 |
|
|
bool 'HiSax Support for Niccy PnP/PCI card' CONFIG_HISAX_NICCY
|
47 |
|
|
fi
|
48 |
|
|
if [ "$CONFIG_EXPERIMENTAL" != "n" ]; then
|
49 |
|
|
dep_tristate 'Spellcaster support (EXPERIMENTAL)' CONFIG_ISDN_DRV_SC $CONFIG_ISDN
|
50 |
|
|
fi
|
51 |
|
|
dep_tristate 'AVM-B1 with CAPI2.0 support' CONFIG_ISDN_DRV_AVMB1 $CONFIG_ISDN
|
52 |
|
|
if [ "$CONFIG_ISDN_DRV_AVMB1" != "n" ]; then
|
53 |
|
|
bool 'Verbose reason code reporting (kernel size +=7K)' CONFIG_ISDN_DRV_AVMB1_VERBOSE_REASON
|
54 |
|
|
fi
|