patch-2.1.85 linux/net/ax25/Config.in
Next file: linux/net/core/dev.c
Previous file: linux/kernel/ksyms.c
Back to the patch index
Back to the overall index
- Lines: 33
- Date:
Mon Feb 2 15:18:16 1998
- Orig file:
v2.1.84/linux/net/ax25/Config.in
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.1.84/linux/net/ax25/Config.in linux/net/ax25/Config.in
@@ -0,0 +1,32 @@
+#
+# Amateur Radio protocols and AX.25 device configuration
+#
+# 19971130 Now in an own category to make correct compilation of the
+# AX.25 stuff easier...
+# Joerg Reuter DL1BKE <jreuter@poboxes.com>
+# 19980129 Moved to net/ax25/Config.in, sourcing device drivers.
+
+mainmenu_option next_comment
+comment 'Amateur Radio support'
+bool 'Amateur Radio support' CONFIG_HAMRADIO
+
+if [ "$CONFIG_HAMRADIO" != "n" ] ; then
+ if [ "$CONFIG_NET" != "n" ] ; then
+ comment 'Packet Radio protocols'
+ tristate 'Amateur Radio AX.25 Level 2 protocol' CONFIG_AX25
+ if [ "$CONFIG_AX25" != "n" ]; then
+ bool ' AX.25 DAMA Slave support' CONFIG_AX25_DAMA_SLAVE
+# bool ' AX.25 DAMA Master support' CONFIG_AX25_DAMA_MASTER
+ dep_tristate ' Amateur Radio NET/ROM protocol' CONFIG_NETROM $CONFIG_AX25
+ dep_tristate ' Amateur Radio X.25 PLP (Rose)' CONFIG_ROSE $CONFIG_AX25
+ fi
+
+ if [ "$CONFIG_AX25" != "n" ]; then
+ source drivers/net/hamradio/Config.in
+ fi
+ fi
+
+ source drivers/char/hfmodem/Config.in
+fi
+
+endmenu
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov