diff options
author | Tilman Schmidt <tilman@imap.cc> | 2009-05-13 08:44:18 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-05-17 23:51:27 -0400 |
commit | b88bd95655c7bc059606529e01467594978d7b72 (patch) | |
tree | f5669760db7d97186d1c59b5bcf2b57f1bca5b56 /drivers/isdn/gigaset/Kconfig | |
parent | 5a1888ea994bf6b28179255a376e83dfa53c81c5 (diff) |
gigaset: remove UNDOCREQ config option
Drop the kernel config option GIGASET_UNDOCREQ, permanently
activating the code it controlled, as there have been no reports
of problems caused by its activation but many problems caused by
it being disabled.
Also fix a few bad comments while we're at it.
Impact: cleanup
Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/isdn/gigaset/Kconfig')
-rw-r--r-- | drivers/isdn/gigaset/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/isdn/gigaset/Kconfig b/drivers/isdn/gigaset/Kconfig index 754b90d412e4..18ab8652aa57 100644 --- a/drivers/isdn/gigaset/Kconfig +++ b/drivers/isdn/gigaset/Kconfig | |||
@@ -43,11 +43,4 @@ config GIGASET_DEBUG | |||
43 | This enables debugging code in the Gigaset drivers. | 43 | This enables debugging code in the Gigaset drivers. |
44 | If in doubt, say yes. | 44 | If in doubt, say yes. |
45 | 45 | ||
46 | config GIGASET_UNDOCREQ | ||
47 | bool "Support for undocumented USB requests" | ||
48 | help | ||
49 | This enables support for USB requests we only know from | ||
50 | reverse engineering (currently M105 only). If you need | ||
51 | features like configuration mode of M105, say yes. | ||
52 | |||
53 | endif # ISDN_DRV_GIGASET | 46 | endif # ISDN_DRV_GIGASET |