1 menuconfig ISDN_DRV_GIGASET
2 tristate "Siemens Gigaset support"
6 This driver supports the Siemens Gigaset SX205/255 family of
7 ISDN DECT bases, including the predecessors Gigaset 3070/3075
8 and 4170/4175 and their T-Com versions Sinus 45isdn and Sinus
10 If you have one of these devices, say M here and for at least
11 one of the connection specific parts that follow.
12 This will build a module called "gigaset".
13 Note: If you build your ISDN subsystem (ISDN_CAPI or ISDN_I4L)
14 as a module, you have to build this driver as a module too,
15 otherwise the Gigaset device won't show up as an ISDN device.
20 bool "Gigaset CAPI support"
21 depends on ISDN_CAPI='y'||(ISDN_CAPI='m'&&ISDN_DRV_GIGASET='m')
24 Build the Gigaset driver as a CAPI 2.0 driver interfacing with
25 the Kernel CAPI subsystem. To use it with the old ISDN4Linux
26 subsystem you'll have to enable the capidrv glue driver.
27 (select ISDN_CAPI_CAPIDRV.)
28 Say N to build the old native ISDN4Linux variant.
33 depends on ISDN_I4L='y'||(ISDN_I4L='m'&&ISDN_DRV_GIGASET='m')
36 config GIGASET_DUMMYLL
38 default !GIGASET_CAPI&&!GIGASET_I4L
41 tristate "Gigaset base station support"
44 Say M here if you want to use the USB interface of the Gigaset
45 base for connection to your system.
46 This will build a module called "bas_gigaset".
49 tristate "Gigaset M105 support"
52 Say M here if you want to connect to the Gigaset base via DECT
53 using a Gigaset M105 (Sinus 45 Data 2) USB DECT device.
54 This will build a module called "usb_gigaset".
57 tristate "Gigaset M101 support"
59 Say M here if you want to connect to the Gigaset base via DECT
60 using a Gigaset M101 (Sinus 45 Data 1) RS232 DECT device.
61 This will build a module called "ser_gigaset".
64 bool "Gigaset debugging"
66 This enables debugging code in the Gigaset drivers.
69 endif # ISDN_DRV_GIGASET