menuconfig [31mCONFIG_ISDN_DRV_GIGASET[0m tristate "Siemens Gigaset support" depends on [31mCONFIG_TTY[0m select [31mCONFIG_CRC_CCITT[0m select [31mCONFIG_BITREVERSE[0m help This driver supports the Siemens Gigaset SX205/255 family of [31mCONFIG_ISDN[0m 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 [31mCONFIG_M[0m 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 [31mCONFIG_ISDN[0m subsystem ([31mCONFIG_ISDN_CAPI[0m or [31mCONFIG_ISDN_I4L[0m) as a module, you have to build this driver as a module too, otherwise the Gigaset device won't show up as an [31mCONFIG_ISDN[0m device. if [31mCONFIG_ISDN_DRV_GIGASET[0m config [31mCONFIG_GIGASET_CAPI[0m bool "Gigaset CAPI support" depends on [31mCONFIG_ISDN_CAPI[0m='y'||([31mCONFIG_ISDN_CAPI[0m='m'&&[31mCONFIG_ISDN_DRV_GIGASET[0m='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 [31mCONFIG_ISDN_CAPI_CAPIDRV[0m.) Say N to build the old native ISDN4Linux variant. If unsure, say Y. config [31mCONFIG_GIGASET_I4L[0m bool depends on [31mCONFIG_ISDN_I4L[0m='y'||([31mCONFIG_ISDN_I4L[0m='m'&&[31mCONFIG_ISDN_DRV_GIGASET[0m='m') default ![31mCONFIG_GIGASET_CAPI[0m config [31mCONFIG_GIGASET_DUMMYLL[0m bool default ![31mCONFIG_GIGASET_CAPI[0m&&![31mCONFIG_GIGASET_I4L[0m config [31mCONFIG_GIGASET_BASE[0m tristate "Gigaset base station support" depends on [31mCONFIG_USB[0m help Say [31mCONFIG_M[0m here if you want to use the [31mCONFIG_USB[0m interface of the Gigaset base for connection to your system. This will build a module called "bas_gigaset". config [31mCONFIG_GIGASET_M105[0m tristate "Gigaset M105 support" depends on [31mCONFIG_USB[0m help Say [31mCONFIG_M[0m here if you want to connect to the Gigaset base via DECT using a Gigaset M105 (Sinus 45 Data 2) [31mCONFIG_USB[0m DECT device. This will build a module called "usb_gigaset". config [31mCONFIG_GIGASET_M101[0m tristate "Gigaset M101 support" help Say [31mCONFIG_M[0m 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 [31mCONFIG_GIGASET_DEBUG[0m bool "Gigaset debugging" help This enables debugging code in the Gigaset drivers. If in doubt, say yes. endif # [31mCONFIG_ISDN_DRV_GIGASET[0m |