]> err.no Git - linux-2.6/blob - drivers/isdn/gigaset/Kconfig
[PATCH] isdn4linux: Siemens Gigaset drivers: Kconfig correction
[linux-2.6] / 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 && CRC_CCITT
7         help
8           Say m here if you have a Gigaset or Sinus isdn device.
9
10 if ISDN_DRV_GIGASET!=n
11
12 config GIGASET_BASE
13         tristate "Gigaset base station support"
14         depends on ISDN_DRV_GIGASET && USB
15         help
16           Say m here if you need to communicate with the base
17           directly via USB.
18
19 config GIGASET_M105
20         tristate "Gigaset M105 support"
21         depends on ISDN_DRV_GIGASET && USB
22         help
23           Say m here if you need the driver for the Gigaset M105 device.
24
25 config GIGASET_DEBUG
26         bool "Gigaset debugging"
27         help
28           This enables debugging code in the Gigaset drivers.
29           If in doubt, say yes.
30
31 config GIGASET_UNDOCREQ
32         bool "Support for undocumented USB requests"
33         help
34           This enables support for USB requests we only know from
35           reverse engineering (currently M105 only). If you need
36           features like configuration mode of M105, say yes. If you
37           care about your device, say no.
38
39 endif
40
41 endmenu