| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 | 
| Matt LaPlante | 0950960 | 2006-10-03 22:31:37 +0200 | [diff] [blame^] | 50 | 	  Enable Divas Maintenance driver. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 51 |  | 
 | 52 | endmenu | 
 | 53 |  |