Hi,
As CONFIG_PCMCIA is defined *ONLY* if CONFIG_HOTPLUG is defined, the
clause about "PCMCIA IDE support" appears even if CONFIG_PCIMCIA is not
defined (except xconfig, which is able to treat this case separately).
The following patch uses a hack to fix the problem
($CONFIG_PCIMCIA is still reduced to an empty string by bash if
CONFIG_HOTPLUG is set to "n", but CONFIG_HOTPLUG = "n" disables the clause
in this case...).
Regards
Andrzej
--- drivers/block/Config.in.old Sun Mar 12 22:15:53 2000
+++ drivers/block/Config.in Sun Mar 12 22:22:29 2000
@@ -27,7 +27,7 @@
if [ "$CONFIG_BLK_DEV_IDEDISK" != "n" ]; then
bool ' Use multi-mode by default' CONFIG_IDEDISK_MULTI_MODE
fi
- dep_tristate ' PCMCIA IDE support' CONFIG_BLK_DEV_IDECS $CONFIG_BLK_DEV_IDE $CONFIG_PCMCIA
+ dep_tristate ' PCMCIA IDE support' CONFIG_BLK_DEV_IDECS $CONFIG_BLK_DEV_IDE $CONFIG_HOTPLUG $CONFIG_PCMCIA
dep_tristate ' Include IDE/ATAPI CDROM support' CONFIG_BLK_DEV_IDECD $CONFIG_BLK_DEV_IDE
dep_tristate ' Include IDE/ATAPI TAPE support' CONFIG_BLK_DEV_IDETAPE $CONFIG_BLK_DEV_IDE
dep_tristate ' Include IDE/ATAPI FLOPPY support' CONFIG_BLK_DEV_IDEFLOPPY $CONFIG_BLK_DEV_IDE
-- ======================================================================= Andrzej M. Krzysztofowicz ankry@mif.pg.gda.pl tel. (0-58) 347 14 61 Wydz.Fizyki Technicznej i Matematyki Stosowanej Politechniki Gdanskiej- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Wed Mar 15 2000 - 21:00:22 EST