[PATCH] EICON ISDN: Removed unused definitions for OS_SEEK_*
[sfrench/cifs-2.6.git] / drivers / isdn / hardware / avm / Kconfig
1 #
2 # ISDN AVM drivers
3 #
4
5 menu "Active AVM cards"
6         depends on NET && ISDN && ISDN_CAPI!=n
7
8 config CAPI_AVM
9         bool "Support AVM cards"
10         help
11           Enable support for AVM active ISDN cards.
12
13 config ISDN_DRV_AVMB1_B1ISA
14         tristate "AVM B1 ISA support"
15         depends on CAPI_AVM && ISDN_CAPI && ISA
16         help
17           Enable support for the ISA version of the AVM B1 card.
18
19 config ISDN_DRV_AVMB1_B1PCI
20         tristate "AVM B1 PCI support"
21         depends on CAPI_AVM && ISDN_CAPI && PCI
22         help
23           Enable support for the PCI version of the AVM B1 card.
24
25 config ISDN_DRV_AVMB1_B1PCIV4
26         bool "AVM B1 PCI V4 support"
27         depends on ISDN_DRV_AVMB1_B1PCI
28         help
29           Enable support for the V4 version of AVM B1 PCI card.
30
31 config ISDN_DRV_AVMB1_T1ISA
32         tristate "AVM T1/T1-B ISA support"
33         depends on CAPI_AVM && ISDN_CAPI && ISA
34         help
35           Enable support for the AVM T1 T1B card.
36           Note: This is a PRI card and handle 30 B-channels.
37
38 config ISDN_DRV_AVMB1_B1PCMCIA
39         tristate "AVM B1/M1/M2 PCMCIA support"
40         depends on CAPI_AVM && ISDN_CAPI
41         help
42           Enable support for the PCMCIA version of the AVM B1 card.
43
44 config ISDN_DRV_AVMB1_AVM_CS
45         tristate "AVM B1/M1/M2 PCMCIA cs module"
46         depends on ISDN_DRV_AVMB1_B1PCMCIA && PCMCIA
47         help
48           Enable the PCMCIA client driver for the AVM B1/M1/M2
49           PCMCIA cards.
50
51 config ISDN_DRV_AVMB1_T1PCI
52         tristate "AVM T1/T1-B PCI support"
53         depends on CAPI_AVM && ISDN_CAPI && PCI
54         help
55           Enable support for the AVM T1 T1B card.
56           Note: This is a PRI card and handle 30 B-channels.
57
58 config ISDN_DRV_AVMB1_C4
59         tristate "AVM C4/C2 support"
60         depends on CAPI_AVM && ISDN_CAPI && PCI
61         help
62           Enable support for the AVM C4/C2 PCI cards.
63           These cards handle 4/2 BRI ISDN lines (8/4 channels).
64
65 endmenu
66