aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/gigaset/Kconfig
diff options
context:
space:
mode:
authorTilman Schmidt <tilman@imap.cc>2009-03-07 07:11:02 -0500
committerDavid S. Miller <davem@davemloft.net>2009-03-10 08:22:41 -0400
commit3c420f27b7b2340a81989c8d9ed619e545dd2ad7 (patch)
tree2ec1add0ae2ac1764e21dd8c040bce59e0e2f067 /drivers/isdn/gigaset/Kconfig
parent1e2d0059fc24c84356721c16c2ad0590c38015a0 (diff)
gigaset: Kconfig cleanup
Streamline dependencies and remove some obsolete or redundant comments in the Gigaset ISDN driver's Kconfig file. In particular, remove the strong warning against the GIGASET_UNDOCREQ option, as in seven years of existence, the code in question has never been reported to cause any harm. Impact: Kconfig cleanup, no functional change 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/Kconfig14
1 files changed, 6 insertions, 8 deletions
diff --git a/drivers/isdn/gigaset/Kconfig b/drivers/isdn/gigaset/Kconfig
index 0017e50c6948..9ca889adf120 100644
--- a/drivers/isdn/gigaset/Kconfig
+++ b/drivers/isdn/gigaset/Kconfig
@@ -1,5 +1,5 @@
1menuconfig ISDN_DRV_GIGASET 1menuconfig ISDN_DRV_GIGASET
2 tristate "Siemens Gigaset support (isdn)" 2 tristate "Siemens Gigaset support"
3 select CRC_CCITT 3 select CRC_CCITT
4 select BITREVERSE 4 select BITREVERSE
5 help 5 help
@@ -11,11 +11,11 @@ menuconfig ISDN_DRV_GIGASET
11 one of the connection specific parts that follow. 11 one of the connection specific parts that follow.
12 This will build a module called "gigaset". 12 This will build a module called "gigaset".
13 13
14if ISDN_DRV_GIGASET!=n 14if ISDN_DRV_GIGASET
15 15
16config GIGASET_BASE 16config GIGASET_BASE
17 tristate "Gigaset base station support" 17 tristate "Gigaset base station support"
18 depends on ISDN_DRV_GIGASET && USB 18 depends on USB
19 help 19 help
20 Say M here if you want to use the USB interface of the Gigaset 20 Say M here if you want to use the USB interface of the Gigaset
21 base for connection to your system. 21 base for connection to your system.
@@ -23,7 +23,7 @@ config GIGASET_BASE
23 23
24config GIGASET_M105 24config GIGASET_M105
25 tristate "Gigaset M105 support" 25 tristate "Gigaset M105 support"
26 depends on ISDN_DRV_GIGASET && USB 26 depends on USB
27 help 27 help
28 Say M here if you want to connect to the Gigaset base via DECT 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. 29 using a Gigaset M105 (Sinus 45 Data 2) USB DECT device.
@@ -31,7 +31,6 @@ config GIGASET_M105
31 31
32config GIGASET_M101 32config GIGASET_M101
33 tristate "Gigaset M101 support" 33 tristate "Gigaset M101 support"
34 depends on ISDN_DRV_GIGASET
35 help 34 help
36 Say M here if you want to connect to the Gigaset base via DECT 35 Say M here if you want to connect to the Gigaset base via DECT
37 using a Gigaset M101 (Sinus 45 Data 1) RS232 DECT device. 36 using a Gigaset M101 (Sinus 45 Data 1) RS232 DECT device.
@@ -48,7 +47,6 @@ config GIGASET_UNDOCREQ
48 help 47 help
49 This enables support for USB requests we only know from 48 This enables support for USB requests we only know from
50 reverse engineering (currently M105 only). If you need 49 reverse engineering (currently M105 only). If you need
51 features like configuration mode of M105, say yes. If you 50 features like configuration mode of M105, say yes.
52 care about your device, say no.
53 51
54endif # ISDN_DRV_GIGASET != n 52endif # ISDN_DRV_GIGASET