summaryrefslogtreecommitdiffstats
path: root/net/ax25
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-01-21 22:34:01 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-01-21 22:34:01 +0000
commit9e30c3705aed9fbec4c3304570e4d6e707856bcb (patch)
treeb19e6acb5a67af31a4e7742e05c2166dc3f1444c /net/ax25
parent72919904796333a20c6a5d5c380091b42e407aa9 (diff)
Merge with Linux 2.3.22.
Diffstat (limited to 'net/ax25')
-rw-r--r--net/ax25/Config.in33
1 files changed, 19 insertions, 14 deletions
diff --git a/net/ax25/Config.in b/net/ax25/Config.in
index 4c4f7c3c8..2670528b3 100644
--- a/net/ax25/Config.in
+++ b/net/ax25/Config.in
@@ -10,21 +10,26 @@ 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_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
+ if [ "$CONFIG_AX25" != "n" ]; then
+ mainmenu_option next_comment
+ comment 'AX.25 network device drivers'
+
+ source drivers/net/hamradio/Config.in
+
+ endmenu
+ fi
+ fi
fi