The patch titled
Use menuconfig objects: PCMCIA
has been removed from the -mm tree. Its filename was
use-menuconfig-objects-pcmcia.patch
This patch was dropped because it was merged into mainline or a subsystem tree
------------------------------------------------------
Subject: Use menuconfig objects: PCMCIA
From: Jan Engelhardt <[EMAIL PROTECTED]>
Use menuconfigs instead of menus, so the whole menu can be disabled at once
instead of going through all options.
Signed-off-by: Jan Engelhardt <[EMAIL PROTECTED]>
Cc: Dominik Brodowski <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/pcmcia/Kconfig | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff -puN drivers/pcmcia/Kconfig~use-menuconfig-objects-pcmcia
drivers/pcmcia/Kconfig
--- a/drivers/pcmcia/Kconfig~use-menuconfig-objects-pcmcia
+++ a/drivers/pcmcia/Kconfig
@@ -2,9 +2,7 @@
# PCCARD (PCMCIA/CardBus) bus subsystem configuration
#
-menu "PCCARD (PCMCIA/CardBus) support"
-
-config PCCARD
+menuconfig PCCARD
tristate "PCCard (PCMCIA/CardBus) support"
depends on HOTPLUG
---help---
@@ -278,5 +276,3 @@ config PCCARD_IODYN
bool
endif # PCCARD
-
-endmenu
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
origin.patch
git-kvm.patch
fuse-fix-permission-checking-on-sticky-directories-fix.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html