Commit | Line | Data |
---|---|---|
8214b083 | 1 | menuconfig ISDN_DRV_GIGASET |
3c420f27 | 2 | tristate "Siemens Gigaset support" |
5a1888ea | 3 | depends on ISDN_I4L |
df2487cf | 4 | select CRC_CCITT |
17b3cff0 | 5 | select BITREVERSE |
0a34eb8f | 6 | help |
2869b23e TS |
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". | |
0a34eb8f | 14 | |
3c420f27 | 15 | if ISDN_DRV_GIGASET |
0a34eb8f HL |
16 | |
17 | config GIGASET_BASE | |
18 | tristate "Gigaset base station support" | |
3c420f27 | 19 | depends on USB |
0a34eb8f | 20 | help |
2869b23e TS |
21 | Say M here if you want to use the USB interface of the Gigaset |
22 | base for connection to your system. | |
23 | This will build a module called "bas_gigaset". | |
0a34eb8f HL |
24 | |
25 | config GIGASET_M105 | |
26 | tristate "Gigaset M105 support" | |
3c420f27 | 27 | depends on USB |
0a34eb8f | 28 | help |
2869b23e TS |
29 | Say M here if you want to connect to the Gigaset base via DECT |
30 | using a Gigaset M105 (Sinus 45 Data 2) USB DECT device. | |
31 | This will build a module called "usb_gigaset". | |
32 | ||
33 | config GIGASET_M101 | |
34 | tristate "Gigaset M101 support" | |
2869b23e TS |
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". | |
0a34eb8f HL |
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 | ||
3c420f27 | 46 | endif # ISDN_DRV_GIGASET |