typo in a Config.in prevents 'make xconfig'

Philipp Sadleder (philipp.sadleder@web.de)
Thu, 15 May 2003 09:41:36 +0200


Hi, a really _small_ patch for an obvious typo still being present in
2.4.21-rc2 (since -pre7):

--- linux-2.4.21-rc1/drivers/net/Config.in Thu May 15
00:58:34 2003
+++ linux-2.4.21-rc2-patched/drivers/net/Config.in Sun Apr 13
22:33:14 2003
@@ -185,7 +185,7 @@
dep_tristate ' Davicom DM910x/DM980x support' CONFIG_DM9102
$CONFIG_PCI
dep_tristate ' EtherExpressPro/100 support (eepro100, original
Becker driver)' CONFIG_EEPRO100 $CONFIG_PCI
if [ "$CONFIG_VISWS" = "y" ]; then
- define_mbool CONFIG_EEPRO100_PIO y
+ define_bool CONFIG_EEPRO100_PIO y
else
dep_mbool ' Use PIO instead of MMIO' CONFIG_EEPRO100_PIO
$CONFIG_EEPRO100
fi

Greetings,

Philipp

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/