patch-2.4.22 linux-2.4.22/arch/parisc/config.in

Next file: linux-2.4.22/arch/parisc/defpalo.conf
Previous file: linux-2.4.22/arch/mips64/mm/umap.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/arch/parisc/config.in linux-2.4.22/arch/parisc/config.in
@@ -136,7 +136,7 @@
 
    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
@@ -196,4 +196,5 @@
 bool 'Magic SysRq key' CONFIG_MAGIC_SYSRQ
 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)