8214b0832c
Change Kconfig objects from "menu, config" into "menuconfig" so that the user can disable the whole feature without having to enter the menu first. Signed-off-by: Jan Engelhardt <jengelh@gmx.de> Cc: Tilman Schmidt <tilman@imap.cc> Acked-by: Karsten Keil <kkeil@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
55 lines
1.7 KiB
Plaintext
55 lines
1.7 KiB
Plaintext
menuconfig ISDN_DRV_GIGASET
|
|
tristate "Siemens Gigaset support (isdn)"
|
|
select CRC_CCITT
|
|
select BITREVERSE
|
|
help
|
|
This driver supports the Siemens Gigaset SX205/255 family of
|
|
ISDN DECT bases, including the predecessors Gigaset 3070/3075
|
|
and 4170/4175 and their T-Com versions Sinus 45isdn and Sinus
|
|
721X.
|
|
If you have one of these devices, say M here and for at least
|
|
one of the connection specific parts that follow.
|
|
This will build a module called "gigaset".
|
|
|
|
if ISDN_DRV_GIGASET!=n
|
|
|
|
config GIGASET_BASE
|
|
tristate "Gigaset base station support"
|
|
depends on ISDN_DRV_GIGASET && USB
|
|
help
|
|
Say M here if you want to use the USB interface of the Gigaset
|
|
base for connection to your system.
|
|
This will build a module called "bas_gigaset".
|
|
|
|
config GIGASET_M105
|
|
tristate "Gigaset M105 support"
|
|
depends on ISDN_DRV_GIGASET && USB
|
|
help
|
|
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.
|
|
This will build a module called "usb_gigaset".
|
|
|
|
config GIGASET_M101
|
|
tristate "Gigaset M101 support"
|
|
depends on ISDN_DRV_GIGASET
|
|
help
|
|
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.
|
|
This will build a module called "ser_gigaset".
|
|
|
|
config GIGASET_DEBUG
|
|
bool "Gigaset debugging"
|
|
help
|
|
This enables debugging code in the Gigaset drivers.
|
|
If in doubt, say yes.
|
|
|
|
config GIGASET_UNDOCREQ
|
|
bool "Support for undocumented USB requests"
|
|
help
|
|
This enables support for USB requests we only know from
|
|
reverse engineering (currently M105 only). If you need
|
|
features like configuration mode of M105, say yes. If you
|
|
care about your device, say no.
|
|
|
|
endif # ISDN_DRV_GIGASET != n
|