Jan Engelhardt | 8214b08 | 2007-07-21 04:37:54 -0700 | [diff] [blame] | 1 | menuconfig ISDN_DRV_GIGASET |
Tilman Schmidt | 3c420f2 | 2009-03-07 12:11:02 +0000 | [diff] [blame] | 2 | tristate "Siemens Gigaset support" |
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". |
Tilman Schmidt | aaba2b3 | 2009-10-06 12:19:12 +0000 | [diff] [blame^] | 13 | Note: If you build the ISDN4Linux subsystem (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. |
Hansjoerg Lipp | 0a34eb8 | 2006-03-26 01:38:28 -0800 | [diff] [blame] | 16 | |
Tilman Schmidt | 3c420f2 | 2009-03-07 12:11:02 +0000 | [diff] [blame] | 17 | if ISDN_DRV_GIGASET |
Hansjoerg Lipp | 0a34eb8 | 2006-03-26 01:38:28 -0800 | [diff] [blame] | 18 | |
Tilman Schmidt | aaba2b3 | 2009-10-06 12:19:12 +0000 | [diff] [blame^] | 19 | config GIGASET_I4L |
| 20 | bool |
| 21 | depends on ISDN_I4L='y'||(ISDN_I4L='m'&&ISDN_DRV_GIGASET='m') |
| 22 | default y |
| 23 | |
| 24 | config GIGASET_DUMMYLL |
| 25 | bool |
| 26 | default !GIGASET_I4L |
| 27 | |
Hansjoerg Lipp | 0a34eb8 | 2006-03-26 01:38:28 -0800 | [diff] [blame] | 28 | config GIGASET_BASE |
| 29 | tristate "Gigaset base station support" |
Tilman Schmidt | 3c420f2 | 2009-03-07 12:11:02 +0000 | [diff] [blame] | 30 | depends on USB |
Hansjoerg Lipp | 0a34eb8 | 2006-03-26 01:38:28 -0800 | [diff] [blame] | 31 | help |
Tilman Schmidt | 2869b23 | 2007-02-12 00:52:34 -0800 | [diff] [blame] | 32 | Say M here if you want to use the USB interface of the Gigaset |
| 33 | base for connection to your system. |
| 34 | This will build a module called "bas_gigaset". |
Hansjoerg Lipp | 0a34eb8 | 2006-03-26 01:38:28 -0800 | [diff] [blame] | 35 | |
| 36 | config GIGASET_M105 |
| 37 | tristate "Gigaset M105 support" |
Tilman Schmidt | 3c420f2 | 2009-03-07 12:11:02 +0000 | [diff] [blame] | 38 | depends on USB |
Hansjoerg Lipp | 0a34eb8 | 2006-03-26 01:38:28 -0800 | [diff] [blame] | 39 | help |
Tilman Schmidt | 2869b23 | 2007-02-12 00:52:34 -0800 | [diff] [blame] | 40 | Say M here if you want to connect to the Gigaset base via DECT |
| 41 | using a Gigaset M105 (Sinus 45 Data 2) USB DECT device. |
| 42 | This will build a module called "usb_gigaset". |
| 43 | |
| 44 | config GIGASET_M101 |
| 45 | tristate "Gigaset M101 support" |
Tilman Schmidt | 2869b23 | 2007-02-12 00:52:34 -0800 | [diff] [blame] | 46 | help |
| 47 | Say M here if you want to connect to the Gigaset base via DECT |
| 48 | using a Gigaset M101 (Sinus 45 Data 1) RS232 DECT device. |
| 49 | This will build a module called "ser_gigaset". |
Hansjoerg Lipp | 0a34eb8 | 2006-03-26 01:38:28 -0800 | [diff] [blame] | 50 | |
| 51 | config GIGASET_DEBUG |
| 52 | bool "Gigaset debugging" |
| 53 | help |
| 54 | This enables debugging code in the Gigaset drivers. |
| 55 | If in doubt, say yes. |
| 56 | |
Tilman Schmidt | 3c420f2 | 2009-03-07 12:11:02 +0000 | [diff] [blame] | 57 | endif # ISDN_DRV_GIGASET |