blob: 18ab8652aa57de39fca6516c1726446d7741c3e9 [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"
Tilman Schmidt5a1888e2009-05-13 12:44:18 +00003 depends on ISDN_I4L
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".
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -080014
Tilman Schmidt3c420f22009-03-07 12:11:02 +000015if ISDN_DRV_GIGASET
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -080016
17config GIGASET_BASE
18 tristate "Gigaset base station support"
Tilman Schmidt3c420f22009-03-07 12:11:02 +000019 depends on USB
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -080020 help
Tilman Schmidt2869b232007-02-12 00:52:34 -080021 Say M here if you want to use the USB interface of the Gigaset
22 base for connection to your system.
23 This will build a module called "bas_gigaset".
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -080024
25config GIGASET_M105
26 tristate "Gigaset M105 support"
Tilman Schmidt3c420f22009-03-07 12:11:02 +000027 depends on USB
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -080028 help
Tilman Schmidt2869b232007-02-12 00:52:34 -080029 Say M here if you want to connect to the Gigaset base via DECT
30 using a Gigaset M105 (Sinus 45 Data 2) USB DECT device.
31 This will build a module called "usb_gigaset".
32
33config GIGASET_M101
34 tristate "Gigaset M101 support"
Tilman Schmidt2869b232007-02-12 00:52:34 -080035 help
36 Say M here if you want to connect to the Gigaset base via DECT
37 using a Gigaset M101 (Sinus 45 Data 1) RS232 DECT device.
38 This will build a module called "ser_gigaset".
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -080039
40config GIGASET_DEBUG
41 bool "Gigaset debugging"
42 help
43 This enables debugging code in the Gigaset drivers.
44 If in doubt, say yes.
45
Tilman Schmidt3c420f22009-03-07 12:11:02 +000046endif # ISDN_DRV_GIGASET