2003-05-10 13:15:54

by Peter Hicks

[permalink] [raw]
Subject: Patch for 2.4.21-rc2: typo in drivers/net/Config.in

All,

Attached is a patch to correct a typo in drivers/net/Config.in -
'define_mbool' should be 'dep_mbool'.


Peter.


--- drivers/net/Config.in 2003-05-10 14:24:19.000000000 +0100
+++ drivers/net/Config.in.new 2003-05-10 14:24:45.000000000 +0100
@@ -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
+ dep_mbool CONFIG_EEPRO100_PIO y
else
dep_mbool ' Use PIO instead of MMIO' CONFIG_EEPRO100_PIO
$CONFIG_EEPRO100
fi