]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/isdn/gigaset/Kconfig
Merge branch 'omap-clock-fixes' of git://git.pwsan.com/linux-2.6
[linux-2.6-omap-h63xx.git] / drivers / isdn / gigaset / Kconfig
1 menuconfig ISDN_DRV_GIGASET
2         tristate "Siemens Gigaset support"
3         select CRC_CCITT
4         select BITREVERSE
5         help
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".
13
14 if ISDN_DRV_GIGASET
15
16 config GIGASET_BASE
17         tristate "Gigaset base station support"
18         depends on USB
19         help
20           Say M here if you want to use the USB interface of the Gigaset
21           base for connection to your system.
22           This will build a module called "bas_gigaset".
23
24 config GIGASET_M105
25         tristate "Gigaset M105 support"
26         depends on USB
27         help
28           Say M here if you want to connect to the Gigaset base via DECT
29           using a Gigaset M105 (Sinus 45 Data 2) USB DECT device.
30           This will build a module called "usb_gigaset".
31
32 config GIGASET_M101
33         tristate "Gigaset M101 support"
34         help
35           Say M here if you want to connect to the Gigaset base via DECT
36           using a Gigaset M101 (Sinus 45 Data 1) RS232 DECT device.
37           This will build a module called "ser_gigaset".
38
39 config GIGASET_DEBUG
40         bool "Gigaset debugging"
41         help
42           This enables debugging code in the Gigaset drivers.
43           If in doubt, say yes.
44
45 config GIGASET_UNDOCREQ
46         bool "Support for undocumented USB requests"
47         help
48           This enables support for USB requests we only know from
49           reverse engineering (currently M105 only). If you need
50           features like configuration mode of M105, say yes.
51
52 endif # ISDN_DRV_GIGASET