Commit 3c420f27 authored by Tilman Schmidt's avatar Tilman Schmidt Committed by David S. Miller

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: default avatarTilman Schmidt <tilman@imap.cc>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1e2d0059
menuconfig ISDN_DRV_GIGASET menuconfig ISDN_DRV_GIGASET
tristate "Siemens Gigaset support (isdn)" tristate "Siemens Gigaset support"
select CRC_CCITT select CRC_CCITT
select BITREVERSE select BITREVERSE
help help
...@@ -11,11 +11,11 @@ menuconfig ISDN_DRV_GIGASET ...@@ -11,11 +11,11 @@ menuconfig ISDN_DRV_GIGASET
one of the connection specific parts that follow. one of the connection specific parts that follow.
This will build a module called "gigaset". This will build a module called "gigaset".
if ISDN_DRV_GIGASET!=n if ISDN_DRV_GIGASET
config GIGASET_BASE config GIGASET_BASE
tristate "Gigaset base station support" tristate "Gigaset base station support"
depends on ISDN_DRV_GIGASET && USB depends on USB
help help
Say M here if you want to use the USB interface of the Gigaset Say M here if you want to use the USB interface of the Gigaset
base for connection to your system. base for connection to your system.
...@@ -23,7 +23,7 @@ config GIGASET_BASE ...@@ -23,7 +23,7 @@ config GIGASET_BASE
config GIGASET_M105 config GIGASET_M105
tristate "Gigaset M105 support" tristate "Gigaset M105 support"
depends on ISDN_DRV_GIGASET && USB depends on USB
help help
Say M here if you want to connect to the Gigaset base via DECT Say M here if you want to connect to the Gigaset base via DECT
using a Gigaset M105 (Sinus 45 Data 2) USB DECT device. using a Gigaset M105 (Sinus 45 Data 2) USB DECT device.
...@@ -31,7 +31,6 @@ config GIGASET_M105 ...@@ -31,7 +31,6 @@ config GIGASET_M105
config GIGASET_M101 config GIGASET_M101
tristate "Gigaset M101 support" tristate "Gigaset M101 support"
depends on ISDN_DRV_GIGASET
help help
Say M here if you want to connect to the Gigaset base via DECT Say M here if you want to connect to the Gigaset base via DECT
using a Gigaset M101 (Sinus 45 Data 1) RS232 DECT device. using a Gigaset M101 (Sinus 45 Data 1) RS232 DECT device.
...@@ -48,7 +47,6 @@ config GIGASET_UNDOCREQ ...@@ -48,7 +47,6 @@ config GIGASET_UNDOCREQ
help help
This enables support for USB requests we only know from This enables support for USB requests we only know from
reverse engineering (currently M105 only). If you need reverse engineering (currently M105 only). If you need
features like configuration mode of M105, say yes. If you features like configuration mode of M105, say yes.
care about your device, say no.
endif # ISDN_DRV_GIGASET != n endif # ISDN_DRV_GIGASET
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment