diff options
-rw-r--r-- | drivers/isdn/gigaset/Kconfig | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/drivers/isdn/gigaset/Kconfig b/drivers/isdn/gigaset/Kconfig index 018b7934b973..0017e50c6948 100644 --- a/drivers/isdn/gigaset/Kconfig +++ b/drivers/isdn/gigaset/Kconfig | |||
@@ -1,6 +1,4 @@ | |||
1 | menu "Siemens Gigaset" | 1 | menuconfig ISDN_DRV_GIGASET |
2 | |||
3 | config ISDN_DRV_GIGASET | ||
4 | tristate "Siemens Gigaset support (isdn)" | 2 | tristate "Siemens Gigaset support (isdn)" |
5 | select CRC_CCITT | 3 | select CRC_CCITT |
6 | select BITREVERSE | 4 | select BITREVERSE |
@@ -53,6 +51,4 @@ config GIGASET_UNDOCREQ | |||
53 | features like configuration mode of M105, say yes. If you | 51 | features like configuration mode of M105, say yes. If you |
54 | care about your device, say no. | 52 | care about your device, say no. |
55 | 53 | ||
56 | endif | 54 | endif # ISDN_DRV_GIGASET != n |
57 | |||
58 | endmenu | ||