[PATCH][ATM] ia64 doesn't know about atm drivers on 2.4 kernels

chas williams (chas@locutus.cmf.nrl.navy.mil)
Tue, 08 Apr 2003 09:12:15 -0400


the ia64 arch doesnt seem to know about the atm drivers. please apply this
to the 2.4 series.

Index: linux/arch/ia64/config.in
===================================================================
RCS file: /home/chas/2.4/CVSROOT/linux/arch/ia64/config.in,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 config.in
--- linux/arch/ia64/config.in 19 Mar 2003 19:05:52 -0000 1.1.1.1
+++ linux/arch/ia64/config.in 8 Apr 2003 13:08:10 -0000
@@ -185,6 +185,9 @@
bool 'Network device support' CONFIG_NETDEVICES
if [ "$CONFIG_NETDEVICES" = "y" ]; then
source drivers/net/Config.in
+ if [ "$CONFIG_ATM" = "y" ]; then
+ source drivers/atm/Config.in
+ fi
fi
endmenu
fi
-
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/