The patch titled use-menuconfig-objects-ii-scsi fix has been added to the -mm tree. Its filename is use-menuconfig-objects-ii-scsi-fix.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-ii-scsi fix From: Jan Engelhardt <jengelh@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/scsi/Kconfig | 1 - drivers/scsi/pcmcia/Kconfig | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff -puN drivers/scsi/Kconfig~use-menuconfig-objects-ii-scsi-fix drivers/scsi/Kconfig --- a/drivers/scsi/Kconfig~use-menuconfig-objects-ii-scsi-fix +++ a/drivers/scsi/Kconfig @@ -293,7 +293,6 @@ endmenu menuconfig SCSI_LOWLEVEL bool "SCSI low-level drivers" depends on SCSI!=n - default y if SCSI_LOWLEVEL diff -puN drivers/scsi/pcmcia/Kconfig~use-menuconfig-objects-ii-scsi-fix drivers/scsi/pcmcia/Kconfig --- a/drivers/scsi/pcmcia/Kconfig~use-menuconfig-objects-ii-scsi-fix +++ a/drivers/scsi/pcmcia/Kconfig @@ -5,9 +5,8 @@ menuconfig SCSI_LOWLEVEL_PCMCIA bool "PCMCIA SCSI adapter support" depends on SCSI!=n && PCMCIA!=n - default y -if SCSI_LOWLEVEL_PCMCIA +if SCSI_LOWLEVEL_PCMCIA && SCSI && PCMCIA config PCMCIA_AHA152X tristate "Adaptec AHA152X PCMCIA support" _ Patches currently in -mm which might be from jengelh@xxxxxxxxxxxxxxx are use-menuconfig-objects-ii-scsi-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