The patch titled Use menuconfig objects: ISDN/Gigaset has been added to the -mm tree. Its filename is use-menuconfig-objects-isdn-gigaset.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Use menuconfig objects: ISDN/Gigaset From: Jan Engelhardt <jengelh@xxxxxxxxxxxxxxx> 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@xxxxxx> Cc: Tilman Schmidt <tilman@xxxxxxx> Cc: Karsten Keil <kkeil@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/isdn/gigaset/Kconfig | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff -puN drivers/isdn/gigaset/Kconfig~use-menuconfig-objects-isdn-gigaset drivers/isdn/gigaset/Kconfig --- a/drivers/isdn/gigaset/Kconfig~use-menuconfig-objects-isdn-gigaset +++ a/drivers/isdn/gigaset/Kconfig @@ -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 @@ -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 _ Patches currently in -mm which might be from jengelh@xxxxxxxxxxxxxxx are origin.patch use-menuconfig-objects-config_isdn_i4l.patch use-menuconfig-objects-isdn.patch use-menuconfig-objects-isdn-gigaset.patch intel-iommu-iommu-gfx-workaround-kconfig-fix.patch intel-iommu-iommu-floppy-workaround-kconfig-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html