patch-2.4.22 linux-2.4.22/arch/sparc/config.in
Next file: linux-2.4.22/arch/sparc/kernel/signal.c
Previous file: linux-2.4.22/arch/sh64/vmlinux.lds.S
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
2003-08-25 04:44:40.000000000 -0700
- Orig file:
linux-2.4.21/arch/sparc/config.in
- Orig date:
2003-06-13 07:51:32.000000000 -0700
diff -urN linux-2.4.21/arch/sparc/config.in linux-2.4.22/arch/sparc/config.in
@@ -209,8 +209,8 @@
dep_tristate ' PPP BSD-Compress compression' CONFIG_PPP_BSDCOMP m
if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
dep_tristate ' PPP over Ethernet (EXPERIMENTAL)' CONFIG_PPPOE $CONFIG_PPP
- if [ "$CONFIG_ATM" = "y" ]; then
- dep_tristate ' PPP over ATM (EXPERIMENTAL)' CONFIG_PPPOATM $CONFIG_PPP
+ if [ "$CONFIG_ATM" = "y" -o "$CONFIG_ATM" = "m" ]; then
+ dep_tristate ' PPP over ATM (EXPERIMENTAL)' CONFIG_PPPOATM $CONFIG_PPP $CONFIG_ATM
fi
fi
fi
@@ -235,7 +235,7 @@
# if [ "$CONFIG_FDDI" = "y" ]; then
# fi
- if [ "$CONFIG_ATM" = "y" ]; then
+ if [ "$CONFIG_ATM" != "n" ]; then
source drivers/atm/Config.in
fi
fi
@@ -275,4 +275,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)