patch-2.4.22 linux-2.4.22/arch/sparc64/config.in
Next file: linux-2.4.22/arch/sparc64/defconfig
Previous file: linux-2.4.22/arch/sparc64/boot/Makefile
Back to the patch index
Back to the overall index
-  Lines: 15
-  Date:
2003-08-25 04:44:40.000000000 -0700
-  Orig file: 
linux-2.4.21/arch/sparc64/config.in
-  Orig date: 
2002-11-28 15:53:12.000000000 -0800
diff -urN linux-2.4.21/arch/sparc64/config.in linux-2.4.22/arch/sparc64/config.in
@@ -234,7 +234,7 @@
    bool 'Network device support' CONFIG_NETDEVICES
    if [ "$CONFIG_NETDEVICES" = "y" ]; then
       source drivers/net/Config.in
-      if [ "$CONFIG_ATM" = "y" ]; then
+      if [ "$CONFIG_ATM" = "y" -o "$CONFIG_ATM" = "m" ]; then
 	source drivers/atm/Config.in
       fi
    fi
@@ -309,4 +309,5 @@
 
 endmenu
 
+source crypto/Config.in
 source lib/Config.in
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)