lkml.org 
[lkml]   [2000]   [Mar]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subjectdrivers/wan/sbni.c
Date
From
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/

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