blob: 8f6da5ef8645e16f5db5d51c6dae0bc0d50300d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
menu "ISDN"
config ADK_KERNEL_ISDN
bool
default n
config ADK_KERNEL_ISDN_I4L
bool
default n
config ADK_KERNEL_ISDN_DRV_AVMB1_VERBOSE_REASON
bool
default n
config ADK_KERNEL_CAPI_AVM
bool
default n
config ADK_KERNEL_CAPI_EICON
bool
default n
config ADK_KERNEL_HFCMULTI_PCIMEM
bool
default n
config ADK_KERNEL_ISDN_CAPI_MIDDLEWARE
bool
default n
config ADK_KERNEL_ISDN_CAPI_CAPI20
tristate
default n
config ADK_KPACKAGE_KMOD_ISDN_CAPI
prompt "kmod-isdn-capi.................... Support for CAPI 2.0"
tristate
select ADK_KERNEL_ISDN_CAPI_CAPI20
select ADK_KERNEL_ISDN
default n
help
Kernel support for CAPI 2.0 and /dev/capi20
endmenu
|