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" |
Joe Millenbach | 4f73bc4 | 2013-01-17 22:44:22 -0800 | [diff] [blame] | 3 | depends on TTY |
Adrian Bunk | df2487c | 2006-04-10 22:55:19 -0700 | [diff] [blame] | 4 | select CRC_CCITT |
Akinobu Mita | 17b3cff | 2006-12-08 02:36:30 -0800 | [diff] [blame] | 5 | select BITREVERSE |
Hansjoerg Lipp | 0a34eb8 | 2006-03-26 01:38:28 -0800 | [diff] [blame] | 6 | help |
Tilman Schmidt | 2869b23 | 2007-02-12 00:52:34 -0800 | [diff] [blame] | 7 | 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 Schmidt | 7bb5fdc | 2009-10-06 12:19:17 +0000 | [diff] [blame] | 14 | Note: If you build your ISDN subsystem (ISDN_CAPI or ISDN_I4L) |
Tilman Schmidt | aaba2b3 | 2009-10-06 12:19:12 +0000 | [diff] [blame] | 15 | 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 Lipp | 0a34eb8 | 2006-03-26 01:38:28 -0800 | [diff] [blame] | 17 | |
Tilman Schmidt | 3c420f2 | 2009-03-07 12:11:02 +0000 | [diff] [blame] | 18 | if ISDN_DRV_GIGASET |
Hansjoerg Lipp | 0a34eb8 | 2006-03-26 01:38:28 -0800 | [diff] [blame] | 19 | |
Tilman Schmidt | 7bb5fdc | 2009-10-06 12:19:17 +0000 | [diff] [blame] | 20 | config GIGASET_CAPI |
Tilman Schmidt | d9bed6b | 2010-07-05 14:19:30 +0000 | [diff] [blame] | 21 | bool "Gigaset CAPI support" |
Tilman Schmidt | 7bb5fdc | 2009-10-06 12:19:17 +0000 | [diff] [blame] | 22 | depends on ISDN_CAPI='y'||(ISDN_CAPI='m'&&ISDN_DRV_GIGASET='m') |
Tilman Schmidt | f6a68e6 | 2014-12-10 13:41:55 +0100 | [diff] [blame] | 23 | default 'y' |
Tilman Schmidt | 7bb5fdc | 2009-10-06 12:19:17 +0000 | [diff] [blame] | 24 | 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 Schmidt | d9bed6b | 2010-07-05 14:19:30 +0000 | [diff] [blame] | 30 | If unsure, say Y. |
Tilman Schmidt | 7bb5fdc | 2009-10-06 12:19:17 +0000 | [diff] [blame] | 31 | |
Tilman Schmidt | aaba2b3 | 2009-10-06 12:19:12 +0000 | [diff] [blame] | 32 | config GIGASET_I4L |
| 33 | bool |
| 34 | depends on ISDN_I4L='y'||(ISDN_I4L='m'&&ISDN_DRV_GIGASET='m') |
Tilman Schmidt | 7bb5fdc | 2009-10-06 12:19:17 +0000 | [diff] [blame] | 35 | default !GIGASET_CAPI |
Tilman Schmidt | aaba2b3 | 2009-10-06 12:19:12 +0000 | [diff] [blame] | 36 | |
| 37 | config GIGASET_DUMMYLL |
| 38 | bool |
Tilman Schmidt | 7bb5fdc | 2009-10-06 12:19:17 +0000 | [diff] [blame] | 39 | default !GIGASET_CAPI&&!GIGASET_I4L |
Tilman Schmidt | aaba2b3 | 2009-10-06 12:19:12 +0000 | [diff] [blame] | 40 | |
Hansjoerg Lipp | 0a34eb8 | 2006-03-26 01:38:28 -0800 | [diff] [blame] | 41 | config GIGASET_BASE |
| 42 | tristate "Gigaset base station support" |
Tilman Schmidt | 3c420f2 | 2009-03-07 12:11:02 +0000 | [diff] [blame] | 43 | depends on USB |
Hansjoerg Lipp | 0a34eb8 | 2006-03-26 01:38:28 -0800 | [diff] [blame] | 44 | help |
Tilman Schmidt | 2869b23 | 2007-02-12 00:52:34 -0800 | [diff] [blame] | 45 | 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 Lipp | 0a34eb8 | 2006-03-26 01:38:28 -0800 | [diff] [blame] | 48 | |
| 49 | config GIGASET_M105 |
| 50 | tristate "Gigaset M105 support" |
Tilman Schmidt | 3c420f2 | 2009-03-07 12:11:02 +0000 | [diff] [blame] | 51 | depends on USB |
Hansjoerg Lipp | 0a34eb8 | 2006-03-26 01:38:28 -0800 | [diff] [blame] | 52 | help |
Tilman Schmidt | 2869b23 | 2007-02-12 00:52:34 -0800 | [diff] [blame] | 53 | 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 | |
| 57 | config GIGASET_M101 |
| 58 | tristate "Gigaset M101 support" |
Tilman Schmidt | 2869b23 | 2007-02-12 00:52:34 -0800 | [diff] [blame] | 59 | 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 Lipp | 0a34eb8 | 2006-03-26 01:38:28 -0800 | [diff] [blame] | 63 | |
| 64 | config 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 Schmidt | 3c420f2 | 2009-03-07 12:11:02 +0000 | [diff] [blame] | 70 | endif # ISDN_DRV_GIGASET |