lkml.org 
[lkml]   [2000]   [Mar]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] 2.3.51 config fix
Date
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/

\
 
 \ /
  Last update: 2005-03-22 13:57    [W:0.124 / U:0.436 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site