blob: 83f62b8d82b590de98a0fc33758038b0fd37aabe [file] [log] [blame]
Jan Engelhardt8214b082007-07-21 04:37:54 -07001menuconfig ISDN_DRV_GIGASET
Tilman Schmidt3c420f22009-03-07 12:11:02 +00002 tristate "Siemens Gigaset support"
Joe Millenbach4f73bc42013-01-17 22:44:22 -08003 depends on TTY
Adrian Bunkdf2487c2006-04-10 22:55:19 -07004 select CRC_CCITT
Akinobu Mita17b3cff2006-12-08 02:36:30 -08005 select BITREVERSE
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08006 help
Tilman Schmidt2869b232007-02-12 00:52:34 -08007 This driver supports the Siemens Gigaset SX205/255 family of
8 ISDN DECT bases, including the predecessors Gigaset 3070/3075
9 and 4170/4175 and their T-Com versions Sinus 45isdn and Sinus
10 721X.
11 If you have one of these devices, say M here and for at least
12 one of the connection specific parts that follow.
13 This will build a module called "gigaset".
Tilman Schmidt7bb5fdc2009-10-06 12:19:17 +000014 Note: If you build your ISDN subsystem (ISDN_CAPI or ISDN_I4L)
Tilman Schmidtaaba2b32009-10-06 12:19:12 +000015 as a module, you have to build this driver as a module too,
16 otherwise the Gigaset device won't show up as an ISDN device.
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -080017
Tilman Schmidt3c420f22009-03-07 12:11:02 +000018if ISDN_DRV_GIGASET
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -080019
Tilman Schmidt7bb5fdc2009-10-06 12:19:17 +000020config GIGASET_CAPI
Tilman Schmidtd9bed6b2010-07-05 14:19:30 +000021 bool "Gigaset CAPI support"
Tilman Schmidt7bb5fdc2009-10-06 12:19:17 +000022 depends on ISDN_CAPI='y'||(ISDN_CAPI='m'&&ISDN_DRV_GIGASET='m')
Tilman Schmidtf6a68e62014-12-10 13:41:55 +010023 default 'y'
Tilman Schmidt7bb5fdc2009-10-06 12:19:17 +000024 help
25 Build the Gigaset driver as a CAPI 2.0 driver interfacing with
26 the Kernel CAPI subsystem. To use it with the old ISDN4Linux
27 subsystem you'll have to enable the capidrv glue driver.
28 (select ISDN_CAPI_CAPIDRV.)
29 Say N to build the old native ISDN4Linux variant.
Tilman Schmidtd9bed6b2010-07-05 14:19:30 +000030 If unsure, say Y.
Tilman Schmidt7bb5fdc2009-10-06 12:19:17 +000031
Tilman Schmidtaaba2b32009-10-06 12:19:12 +000032config GIGASET_I4L
33 bool
34 depends on ISDN_I4L='y'||(ISDN_I4L='m'&&ISDN_DRV_GIGASET='m')
Tilman Schmidt7bb5fdc2009-10-06 12:19:17 +000035 default !GIGASET_CAPI
Tilman Schmidtaaba2b32009-10-06 12:19:12 +000036
37config GIGASET_DUMMYLL
38 bool
Tilman Schmidt7bb5fdc2009-10-06 12:19:17 +000039 default !GIGASET_CAPI&&!GIGASET_I4L
Tilman Schmidtaaba2b32009-10-06 12:19:12 +000040
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -080041config GIGASET_BASE
42 tristate "Gigaset base station support"
Tilman Schmidt3c420f22009-03-07 12:11:02 +000043 depends on USB
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -080044 help
Tilman Schmidt2869b232007-02-12 00:52:34 -080045 Say M here if you want to use the USB interface of the Gigaset
46 base for connection to your system.
47 This will build a module called "bas_gigaset".
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -080048
49config GIGASET_M105
50 tristate "Gigaset M105 support"
Tilman Schmidt3c420f22009-03-07 12:11:02 +000051 depends on USB
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -080052 help
Tilman Schmidt2869b232007-02-12 00:52:34 -080053 Say M here if you want to connect to the Gigaset base via DECT
54 using a Gigaset M105 (Sinus 45 Data 2) USB DECT device.
55 This will build a module called "usb_gigaset".
56
57config GIGASET_M101
58 tristate "Gigaset M101 support"
Tilman Schmidt2869b232007-02-12 00:52:34 -080059 help
60 Say M here if you want to connect to the Gigaset base via DECT
61 using a Gigaset M101 (Sinus 45 Data 1) RS232 DECT device.
62 This will build a module called "ser_gigaset".
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -080063
64config GIGASET_DEBUG
65 bool "Gigaset debugging"
66 help
67 This enables debugging code in the Gigaset drivers.
68 If in doubt, say yes.
69
Tilman Schmidt3c420f22009-03-07 12:11:02 +000070endif # ISDN_DRV_GIGASET