blob: bcbb6502a773da59d181e30255e48663318f8076 [file] [log] [blame]
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001menu "Siemens Gigaset"
2 depends on ISDN_I4L
3
4config ISDN_DRV_GIGASET
5 tristate "Siemens Gigaset support (isdn)"
Adrian Bunkdf2487c2006-04-10 22:55:19 -07006 depends on ISDN_I4L
7 select CRC_CCITT
Akinobu Mita17b3cff2006-12-08 02:36:30 -08008 select BITREVERSE
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08009 help
Tilman Schmidt2869b232007-02-12 00:52:34 -080010 This driver supports the Siemens Gigaset SX205/255 family of
11 ISDN DECT bases, including the predecessors Gigaset 3070/3075
12 and 4170/4175 and their T-Com versions Sinus 45isdn and Sinus
13 721X.
14 If you have one of these devices, say M here and for at least
15 one of the connection specific parts that follow.
16 This will build a module called "gigaset".
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -080017
18if ISDN_DRV_GIGASET!=n
19
20config GIGASET_BASE
21 tristate "Gigaset base station support"
22 depends on ISDN_DRV_GIGASET && USB
23 help
Tilman Schmidt2869b232007-02-12 00:52:34 -080024 Say M here if you want to use the USB interface of the Gigaset
25 base for connection to your system.
26 This will build a module called "bas_gigaset".
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -080027
28config GIGASET_M105
29 tristate "Gigaset M105 support"
30 depends on ISDN_DRV_GIGASET && USB
31 help
Tilman Schmidt2869b232007-02-12 00:52:34 -080032 Say M here if you want to connect to the Gigaset base via DECT
33 using a Gigaset M105 (Sinus 45 Data 2) USB DECT device.
34 This will build a module called "usb_gigaset".
35
36config GIGASET_M101
37 tristate "Gigaset M101 support"
38 depends on ISDN_DRV_GIGASET
39 help
40 Say M here if you want to connect to the Gigaset base via DECT
41 using a Gigaset M101 (Sinus 45 Data 1) RS232 DECT device.
42 This will build a module called "ser_gigaset".
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -080043
44config GIGASET_DEBUG
45 bool "Gigaset debugging"
46 help
47 This enables debugging code in the Gigaset drivers.
48 If in doubt, say yes.
49
50config GIGASET_UNDOCREQ
51 bool "Support for undocumented USB requests"
52 help
53 This enables support for USB requests we only know from
54 reverse engineering (currently M105 only). If you need
55 features like configuration mode of M105, say yes. If you
56 care about your device, say no.
57
58endif
59
60endmenu