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

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)