Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8214b083 authored by Jan Engelhardt's avatar Jan Engelhardt Committed by Linus Torvalds
Browse files

Use menuconfig objects: ISDN/Gigaset



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: default avatarJan Engelhardt <jengelh@gmx.de>
Cc: Tilman Schmidt <tilman@imap.cc>
Acked-by: default avatarKarsten Keil <kkeil@suse.de>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 857038d9
Loading
Loading
Loading
Loading
+2 −6
Original line number Original line Diff line number Diff line
menu "Siemens Gigaset"
menuconfig ISDN_DRV_GIGASET

config ISDN_DRV_GIGASET
	tristate "Siemens Gigaset support (isdn)"
	tristate "Siemens Gigaset support (isdn)"
	select CRC_CCITT
	select CRC_CCITT
	select BITREVERSE
	select BITREVERSE
@@ -53,6 +51,4 @@ config GIGASET_UNDOCREQ
	  features like configuration mode of M105, say yes. If you
	  features like configuration mode of M105, say yes. If you
	  care about your device, say no.
	  care about your device, say no.


endif
endif # ISDN_DRV_GIGASET != n

endmenu