1menu "Siemens Gigaset"
2	depends on ISDN_I4L
3
4config ISDN_DRV_GIGASET
5	tristate "Siemens Gigaset support (isdn)"
6	depends on ISDN_I4L
7	select CRC_CCITT
8	select BITREVERSE
9	help
10	  This driver supports the Siemens Gigaset SX205/255 family of
11	  ISDN DECT bases, including the predecessors Gigaset 3070/3075
12	  and 4170/4175 and their T-Com versions Sinus 45isdn and Sinus
13	  721X.
14	  If you have one of these devices, say M here and for at least
15	  one of the connection specific parts that follow.
16	  This will build a module called "gigaset".
17
18if ISDN_DRV_GIGASET!=n
19
20config GIGASET_BASE
21	tristate "Gigaset base station support"
22	depends on ISDN_DRV_GIGASET && USB
23	help
24	  Say M here if you want to use the USB interface of the Gigaset
25	  base for connection to your system.
26	  This will build a module called "bas_gigaset".
27
28config GIGASET_M105
29	tristate "Gigaset M105 support"
30	depends on ISDN_DRV_GIGASET && USB
31	help
32	  Say M here if you want to connect to the Gigaset base via DECT
33	  using a Gigaset M105 (Sinus 45 Data 2) USB DECT device.
34	  This will build a module called "usb_gigaset".
35
36config GIGASET_M101
37	tristate "Gigaset M101 support"
38	depends on ISDN_DRV_GIGASET
39	help
40	  Say M here if you want to connect to the Gigaset base via DECT
41	  using a Gigaset M101 (Sinus 45 Data 1) RS232 DECT device.
42	  This will build a module called "ser_gigaset".
43
44config GIGASET_DEBUG
45	bool "Gigaset debugging"
46	help
47	  This enables debugging code in the Gigaset drivers.
48	  If in doubt, say yes.
49
50config GIGASET_UNDOCREQ
51	bool "Support for undocumented USB requests"
52	help
53	  This enables support for USB requests we only know from
54	  reverse engineering (currently M105 only). If you need
55	  features like configuration mode of M105, say yes. If you
56	  care about your device, say no.
57
58endif
59
60endmenu
61