The patch titled bcm43: fix config menu alignment has been removed from the -mm tree. Its filename is bcm43-fix-config-menu-alignment.patch This patch was probably dropped from -mm because it has now been merged into a subsystem tree or into Linus's tree, or because it was folded into its parent patch in the -mm tree. From: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Use "depends on" to make all bcm43 driver options be listed at the same level. Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Acked-by: Michael Buesch <mb@xxxxxxxxx> Cc: "John W. Linville" <linville@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/net/wireless/bcm43xx/Kconfig | 3 +++ 1 files changed, 3 insertions(+) diff -puN drivers/net/wireless/bcm43xx/Kconfig~bcm43-fix-config-menu-alignment drivers/net/wireless/bcm43xx/Kconfig --- 25/drivers/net/wireless/bcm43xx/Kconfig~bcm43-fix-config-menu-alignment Tue Apr 11 15:15:58 2006 +++ 25-akpm/drivers/net/wireless/bcm43xx/Kconfig Tue Apr 11 15:15:58 2006 @@ -17,8 +17,11 @@ config BCM43XX_DEBUG config BCM43XX_DMA bool + depends on BCM43XX + config BCM43XX_PIO bool + depends on BCM43XX choice prompt "BCM43xx data transfer mode" _ Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxx are origin.patch config-exit-if-no-beginning-filename.patch git-mtd.patch areca-raid-linux-scsi-driver.patch git-watchdog.patch git-wireless.patch add-poisonh-and-patch-primary-users.patch update-2-drivers-for-poisonh.patch tpm_infineon-section-fixup.patch acpi-identify-which-device-is-not-power-manageable.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