drivers/wan/sbni.c

From: Philip Blundell (Philip.Blundell@pobox.com)
Date: Sun Mar 19 2000 - 14:51:15 EST


This driver contains 386 assembler. Here's a patch to prevent it being
selected on other architectures.

p.

--- linux/drivers/net/wan/Config.in Sun Mar 19 16:40:15 2000
+++ linux/drivers/net/wan/Config.in Sun Mar 19 19:50:02 2000
@@ -73,7 +73,9 @@
         dep_tristate 'LAPB over Ethernet driver' CONFIG_LAPBETHER $CONFIG_LAPB $CONFIG_X25
         dep_tristate 'X.25 async driver' CONFIG_X25_ASY $CONFIG_LAPB $CONFIG_X25
 
- tristate 'SBNI12-xx support' CONFIG_SBNI
+ if [ "$CONFIG_X86" = "y" ]; then
+ tristate 'SBNI12-xx support' CONFIG_SBNI
+ fi
 fi
 
 endmenu

-
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 : Thu Mar 23 2000 - 21:00:27 EST