fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / drivers / isdn / gigaset / Kconfig
1 menu "Siemens Gigaset"
2         depends on ISDN_I4L
3
4 config ISDN_DRV_GIGASET
5         tristate "Siemens Gigaset support (isdn)"
6         depends on ISDN_I4L
7         select CRC_CCITT
8         select BITREVERSE
9         help
10           Say m here if you have a Gigaset or Sinus isdn device.
11
12 if ISDN_DRV_GIGASET!=n
13
14 config GIGASET_BASE
15         tristate "Gigaset base station support"
16         depends on ISDN_DRV_GIGASET && USB
17         help
18           Say m here if you need to communicate with the base
19           directly via USB.
20
21 config GIGASET_M105
22         tristate "Gigaset M105 support"
23         depends on ISDN_DRV_GIGASET && USB
24         help
25           Say m here if you need the driver for the Gigaset M105 device.
26
27 config GIGASET_DEBUG
28         bool "Gigaset debugging"
29         help
30           This enables debugging code in the Gigaset drivers.
31           If in doubt, say yes.
32
33 config GIGASET_UNDOCREQ
34         bool "Support for undocumented USB requests"
35         help
36           This enables support for USB requests we only know from
37           reverse engineering (currently M105 only). If you need
38           features like configuration mode of M105, say yes. If you
39           care about your device, say no.
40
41 endif
42
43 endmenu