blob: b18a92c32184721f6dfb658d30ed017207a76aab [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"
Adrian Bunkdf2487c2006-04-10 22:55:19 -07003 select CRC_CCITT
Akinobu Mita17b3cff2006-12-08 02:36:30 -08004 select BITREVERSE
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08005 help
Tilman Schmidt2869b232007-02-12 00:52:34 -08006 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 Schmidt7bb5fdc2009-10-06 12:19:17 +000013 Note: If you build your ISDN subsystem (ISDN_CAPI or ISDN_I4L)
Tilman Schmidtaaba2b32009-10-06 12:19:12 +000014 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 Lipp0a34eb82006-03-26 01:38:28 -080016
Tilman Schmidt3c420f22009-03-07 12:11:02 +000017if ISDN_DRV_GIGASET
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -080018
Tilman Schmidt7bb5fdc2009-10-06 12:19:17 +000019config GIGASET_CAPI
Tilman Schmidtd9bed6b2010-07-05 14:19:30 +000020 bool "Gigaset CAPI support"
Tilman Schmidt7bb5fdc2009-10-06 12:19:17 +000021 depends on ISDN_CAPI='y'||(ISDN_CAPI='m'&&ISDN_DRV_GIGASET='m')
22 default ISDN_I4L='n'
23 help
24 Build the Gigaset driver as a CAPI 2.0 driver interfacing with
25 the Kernel CAPI subsystem. To use it with the old ISDN4Linux
26 subsystem you'll have to enable the capidrv glue driver.
27 (select ISDN_CAPI_CAPIDRV.)
28 Say N to build the old native ISDN4Linux variant.
Tilman Schmidtd9bed6b2010-07-05 14:19:30 +000029 If unsure, say Y.
Tilman Schmidt7bb5fdc2009-10-06 12:19:17 +000030
Tilman Schmidtaaba2b32009-10-06 12:19:12 +000031config GIGASET_I4L
32 bool
33 depends on ISDN_I4L='y'||(ISDN_I4L='m'&&ISDN_DRV_GIGASET='m')
Tilman Schmidt7bb5fdc2009-10-06 12:19:17 +000034 default !GIGASET_CAPI
Tilman Schmidtaaba2b32009-10-06 12:19:12 +000035
36config GIGASET_DUMMYLL
37 bool
Tilman Schmidt7bb5fdc2009-10-06 12:19:17 +000038 default !GIGASET_CAPI&&!GIGASET_I4L
Tilman Schmidtaaba2b32009-10-06 12:19:12 +000039
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -080040config GIGASET_BASE
41 tristate "Gigaset base station support"
Tilman Schmidt3c420f22009-03-07 12:11:02 +000042 depends on USB
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -080043 help
Tilman Schmidt2869b232007-02-12 00:52:34 -080044 Say M here if you want to use the USB interface of the Gigaset
45 base for connection to your system.
46 This will build a module called "bas_gigaset".
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -080047
48config GIGASET_M105
49 tristate "Gigaset M105 support"
Tilman Schmidt3c420f22009-03-07 12:11:02 +000050 depends on USB
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -080051 help
Tilman Schmidt2869b232007-02-12 00:52:34 -080052 Say M here if you want to connect to the Gigaset base via DECT
53 using a Gigaset M105 (Sinus 45 Data 2) USB DECT device.
54 This will build a module called "usb_gigaset".
55
56config GIGASET_M101
57 tristate "Gigaset M101 support"
Tilman Schmidt2869b232007-02-12 00:52:34 -080058 help
59 Say M here if you want to connect to the Gigaset base via DECT
60 using a Gigaset M101 (Sinus 45 Data 1) RS232 DECT device.
61 This will build a module called "ser_gigaset".
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -080062
63config GIGASET_DEBUG
64 bool "Gigaset debugging"
65 help
66 This enables debugging code in the Gigaset drivers.
67 If in doubt, say yes.
68
Tilman Schmidt3c420f22009-03-07 12:11:02 +000069endif # ISDN_DRV_GIGASET