Jan Engelhardt | 8214b08 | 2007-07-21 04:37:54 -0700 | [diff] [blame] | 1 | menuconfig ISDN_DRV_GIGASET |
Hansjoerg Lipp | 0a34eb8 | 2006-03-26 01:38:28 -0800 | [diff] [blame] | 2 | tristate "Siemens Gigaset support (isdn)" |
Adrian Bunk | df2487c | 2006-04-10 22:55:19 -0700 | [diff] [blame] | 3 | select CRC_CCITT |
Akinobu Mita | 17b3cff | 2006-12-08 02:36:30 -0800 | [diff] [blame] | 4 | select BITREVERSE |
Hansjoerg Lipp | 0a34eb8 | 2006-03-26 01:38:28 -0800 | [diff] [blame] | 5 | help |
Tilman Schmidt | 2869b23 | 2007-02-12 00:52:34 -0800 | [diff] [blame] | 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 |
| 9 | 721X. |
| 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". |
Hansjoerg Lipp | 0a34eb8 | 2006-03-26 01:38:28 -0800 | [diff] [blame] | 13 | |
| 14 | if ISDN_DRV_GIGASET!=n |
| 15 | |
| 16 | config GIGASET_BASE |
| 17 | tristate "Gigaset base station support" |
| 18 | depends on ISDN_DRV_GIGASET && USB |
| 19 | help |
Tilman Schmidt | 2869b23 | 2007-02-12 00:52:34 -0800 | [diff] [blame] | 20 | Say M here if you want to use the USB interface of the Gigaset |
| 21 | base for connection to your system. |
| 22 | This will build a module called "bas_gigaset". |
Hansjoerg Lipp | 0a34eb8 | 2006-03-26 01:38:28 -0800 | [diff] [blame] | 23 | |
| 24 | config GIGASET_M105 |
| 25 | tristate "Gigaset M105 support" |
| 26 | depends on ISDN_DRV_GIGASET && USB |
| 27 | help |
Tilman Schmidt | 2869b23 | 2007-02-12 00:52:34 -0800 | [diff] [blame] | 28 | Say M here if you want to connect to the Gigaset base via DECT |
| 29 | using a Gigaset M105 (Sinus 45 Data 2) USB DECT device. |
| 30 | This will build a module called "usb_gigaset". |
| 31 | |
| 32 | config GIGASET_M101 |
| 33 | tristate "Gigaset M101 support" |
| 34 | depends on ISDN_DRV_GIGASET |
| 35 | 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 Lipp | 0a34eb8 | 2006-03-26 01:38:28 -0800 | [diff] [blame] | 39 | |
| 40 | config GIGASET_DEBUG |
| 41 | bool "Gigaset debugging" |
| 42 | help |
| 43 | This enables debugging code in the Gigaset drivers. |
| 44 | If in doubt, say yes. |
| 45 | |
| 46 | config GIGASET_UNDOCREQ |
| 47 | bool "Support for undocumented USB requests" |
| 48 | help |
| 49 | This enables support for USB requests we only know from |
| 50 | reverse engineering (currently M105 only). If you need |
| 51 | features like configuration mode of M105, say yes. If you |
| 52 | care about your device, say no. |
| 53 | |
Jan Engelhardt | 8214b08 | 2007-07-21 04:37:54 -0700 | [diff] [blame] | 54 | endif # ISDN_DRV_GIGASET != n |