patch-2.1.122 linux/drivers/net/Config.in
Next file: linux/drivers/net/arc-rimi.c
Previous file: linux/drivers/net/82596.c
Back to the patch index
Back to the overall index
- Lines: 31
- Date:
Thu Sep 10 16:33:15 1998
- Orig file:
v2.1.121/linux/drivers/net/Config.in
- Orig date:
Wed Sep 9 14:51:08 1998
diff -u --recursive --new-file v2.1.121/linux/drivers/net/Config.in linux/drivers/net/Config.in
@@ -152,19 +152,17 @@
#
# AppleTalk
#
-if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
- if [ "$CONFIG_ATALK" != "n" ]; then
- tristate 'Apple/Farallon LocalTalk PC support' CONFIG_LTPC
- tristate 'COPS LocalTalk PC support' CONFIG_COPS
- if [ "$CONFIG_COPS" != "n" ]; then
- bool 'Dayna firmware support' CONFIG_COPS_DAYNA
- bool 'Tangent firmware support' CONFIG_COPS_TANGENT
- fi
- tristate 'Appletalk-IP driver support' CONFIG_IPDDP
- if [ "$CONFIG_IPDDP" != "n" ]; then
- bool 'IP to Appletalk-IP Encapsulation support' CONFIG_IPDDP_ENCAP
- bool 'Appletalk-IP to IP Decapsulation support' CONFIG_IPDDP_DECAP
- fi
+if [ "$CONFIG_ATALK" != "n" ]; then
+ dep_tristate 'Apple/Farallon LocalTalk PC support' CONFIG_LTPC $CONFIG_ATALK
+ dep_tristate 'COPS LocalTalk PC support' CONFIG_COPS $CONFIG_ATALK
+ if [ "$CONFIG_COPS" != "n" ]; then
+ bool 'Dayna firmware support' CONFIG_COPS_DAYNA
+ bool 'Tangent firmware support' CONFIG_COPS_TANGENT
+ fi
+ dep_tristate 'Appletalk-IP driver support' CONFIG_IPDDP $CONFIG_ATALK
+ if [ "$CONFIG_IPDDP" != "n" ]; then
+ bool 'IP to Appletalk-IP Encapsulation support' CONFIG_IPDDP_ENCAP
+ bool 'Appletalk-IP to IP Decapsulation support' CONFIG_IPDDP_DECAP
fi
fi
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov