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