Skip to content

Commit

Permalink
Use menuconfig objects: ISDN/Gigaset
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jan Engelhardt authored and Linus Torvalds committed Jul 22, 2007
1 parent 857038d commit 8214b08
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions drivers/isdn/gigaset/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
menu "Siemens Gigaset"

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

endif

endmenu
endif # ISDN_DRV_GIGASET != n

0 comments on commit 8214b08

Please sign in to comment.