Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

#
# CONFIG_ISDN DIVAS Eicon driver
#

menuconfig CONFIG_CAPI_EICON
	bool "Active Eicon DIVA Server cards"
	help
	  Enable support for Eicon Networks active CONFIG_ISDN cards.

if CONFIG_CAPI_EICON

config CONFIG_ISDN_DIVAS
	tristate "Support Eicon DIVA Server cards"
	depends on CONFIG_PROC_FS && CONFIG_PCI
	help
	  Say Y here if you have an Eicon Networks DIVA Server CONFIG_PCI CONFIG_ISDN card.
	  In order to use this card, additional firmware is necessary, which
	  has to be downloaded into the card using the divactrl utility.

if CONFIG_ISDN_DIVAS

config CONFIG_ISDN_DIVAS_BRIPCI
	bool "DIVA Server BRI/PCI support"
	help
	  Enable support for DIVA Server BRI-CONFIG_PCI.

config CONFIG_ISDN_DIVAS_PRIPCI
	bool "DIVA Server PRI/PCI support"
	help
	  Enable support for DIVA Server PRI-CONFIG_PCI.

config CONFIG_ISDN_DIVAS_DIVACAPI
	tristate "DIVA CAPI2.0 interface support"
	help
	  You need this to provide the CAPI interface
	  for DIVA Server cards.

config CONFIG_ISDN_DIVAS_USERIDI
	tristate "DIVA User-IDI interface support"
	help
	  Enable support for user-mode IDI interface.

config CONFIG_ISDN_DIVAS_MAINT
	tristate "DIVA Maint driver support"
	depends on m
	help
	  Enable Divas Maintenance driver.

endif # CONFIG_ISDN_DIVAS

endif # CONFIG_CAPI_EICON