diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
commit | 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (patch) | |
tree | 0bba044c4ce775e45a88a51686b5d9f90697ea9d /drivers/isdn/hardware/eicon/Kconfig |
Linux-2.6.12-rc2v2.6.12-rc2
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.
Let it rip!
Diffstat (limited to 'drivers/isdn/hardware/eicon/Kconfig')
-rw-r--r-- | drivers/isdn/hardware/eicon/Kconfig | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/drivers/isdn/hardware/eicon/Kconfig b/drivers/isdn/hardware/eicon/Kconfig new file mode 100644 index 000000000000..51e66bc64208 --- /dev/null +++ b/drivers/isdn/hardware/eicon/Kconfig | |||
@@ -0,0 +1,53 @@ | |||
1 | # | ||
2 | # ISDN DIVAS Eicon driver | ||
3 | # | ||
4 | |||
5 | menu "Active Eicon DIVA Server cards" | ||
6 | depends on NET && ISDN && ISDN_CAPI!=n | ||
7 | |||
8 | config CAPI_EICON | ||
9 | bool "Support Eicon cards" | ||
10 | help | ||
11 | Enable support for Eicon Networks active ISDN cards. | ||
12 | |||
13 | config ISDN_DIVAS | ||
14 | tristate "Support Eicon DIVA Server cards" | ||
15 | depends on CAPI_EICON && PROC_FS && PCI | ||
16 | help | ||
17 | Say Y here if you have an Eicon Networks DIVA Server PCI ISDN card. | ||
18 | In order to use this card, additional firmware is necessary, which | ||
19 | has to be downloaded into the card using the divactrl utility. | ||
20 | |||
21 | config ISDN_DIVAS_BRIPCI | ||
22 | bool "DIVA Server BRI/PCI support" | ||
23 | depends on ISDN_DIVAS | ||
24 | help | ||
25 | Enable support for DIVA Server BRI-PCI. | ||
26 | |||
27 | config ISDN_DIVAS_PRIPCI | ||
28 | bool "DIVA Server PRI/PCI support" | ||
29 | depends on ISDN_DIVAS | ||
30 | help | ||
31 | Enable support for DIVA Server PRI-PCI. | ||
32 | |||
33 | config ISDN_DIVAS_DIVACAPI | ||
34 | tristate "DIVA CAPI2.0 interface support" | ||
35 | depends on ISDN_DIVAS && ISDN_CAPI | ||
36 | help | ||
37 | You need this to provide the CAPI interface | ||
38 | for DIVA Server cards. | ||
39 | |||
40 | config ISDN_DIVAS_USERIDI | ||
41 | tristate "DIVA User-IDI interface support" | ||
42 | depends on ISDN_DIVAS | ||
43 | help | ||
44 | Enable support for user-mode IDI interface. | ||
45 | |||
46 | config ISDN_DIVAS_MAINT | ||
47 | tristate "DIVA Maint driver support" | ||
48 | depends on ISDN_DIVAS && m | ||
49 | help | ||
50 | Enable Divas Maintainance driver. | ||
51 | |||
52 | endmenu | ||
53 | |||