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

# SPDX-License-Identifier: GPL-2.0-only
menuconfig CONFIG_ISDN_DRV_GIGASET
	tristate "Siemens Gigaset support"
	depends on CONFIG_TTY
	select CONFIG_CRC_CCITT
	select CONFIG_BITREVERSE
	help
	  This driver supports the Siemens Gigaset SX205/255 family of
	  CONFIG_ISDN DECT bases, including the predecessors Gigaset 3070/3075
	  and 4170/4175 and their T-Com versions Sinus 45isdn and Sinus
	  721X.
	  If you have one of these devices, say CONFIG_M here and for at least
	  one of the connection specific parts that follow.
	  This will build a module called "gigaset".
	  Note: If you build your CONFIG_ISDN subsystem (CONFIG_ISDN_CAPI or CONFIG_ISDN_I4L)
	  as a module, you have to build this driver as a module too,
	  otherwise the Gigaset device won't show up as an CONFIG_ISDN device.

if CONFIG_ISDN_DRV_GIGASET

config CONFIG_GIGASET_CAPI
	bool "Gigaset CAPI support"
	depends on CONFIG_ISDN_CAPI='y'||(CONFIG_ISDN_CAPI='m'&&CONFIG_ISDN_DRV_GIGASET='m')
	default 'y'
	help
	  Build the Gigaset driver as a CAPI 2.0 driver interfacing with
	  the Kernel CAPI subsystem. To use it with the old ISDN4Linux
	  subsystem you'll have to enable the capidrv glue driver.
	  (select CONFIG_ISDN_CAPI_CAPIDRV.)
	  Say N to build the old native ISDN4Linux variant.
	  If unsure, say Y.

config CONFIG_GIGASET_BASE
	tristate "Gigaset base station support"
	depends on CONFIG_USB
	help
	  Say CONFIG_M here if you want to use the CONFIG_USB interface of the Gigaset
	  base for connection to your system.
	  This will build a module called "bas_gigaset".

config CONFIG_GIGASET_M105
	tristate "Gigaset M105 support"
	depends on CONFIG_USB
	help
	  Say CONFIG_M here if you want to connect to the Gigaset base via DECT
	  using a Gigaset M105 (Sinus 45 Data 2) CONFIG_USB DECT device.
	  This will build a module called "usb_gigaset".

config CONFIG_GIGASET_M101
	tristate "Gigaset M101 support"
	help
	  Say CONFIG_M here if you want to connect to the Gigaset base via DECT
	  using a Gigaset M101 (Sinus 45 Data 1) RS232 DECT device.
	  This will build a module called "ser_gigaset".

config CONFIG_GIGASET_DEBUG
	bool "Gigaset debugging"
	help
	  This enables debugging code in the Gigaset drivers.
	  If in doubt, say yes.

endif # CONFIG_ISDN_DRV_GIGASET