~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Linux/net/ax25/Config.in

Version: ~ [ 2.4.0 ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 #
  2 # Amateur Radio protocols and AX.25 device configuration
  3 #
  4 # 19971130      Now in an own category to make correct compilation of the 
  5 #               AX.25 stuff easier...
  6 #               Joerg Reuter DL1BKE <jreuter@yaina.de>
  7 # 19980129      Moved to net/ax25/Config.in, sourcing device drivers.
  8 
  9 mainmenu_option next_comment
 10 comment 'Amateur Radio support'
 11 bool 'Amateur Radio support' CONFIG_HAMRADIO
 12 
 13 if [ "$CONFIG_HAMRADIO" != "n" ]; then
 14    if [ "$CONFIG_NET" != "n" ]; then
 15       comment 'Packet Radio protocols'
 16       tristate '  Amateur Radio AX.25 Level 2 protocol' CONFIG_AX25
 17       if [ "$CONFIG_AX25" != "n" ]; then
 18          bool '    AX.25 DAMA Slave support' CONFIG_AX25_DAMA_SLAVE
 19 #        bool '    AX.25 DAMA Master support' CONFIG_AX25_DAMA_MASTER
 20          dep_tristate '    Amateur Radio NET/ROM protocol' CONFIG_NETROM $CONFIG_AX25
 21          dep_tristate '    Amateur Radio X.25 PLP (Rose)' CONFIG_ROSE $CONFIG_AX25
 22       fi
 23 
 24       if [ "$CONFIG_AX25" != "n" ]; then
 25          mainmenu_option next_comment
 26          comment 'AX.25 network device drivers'
 27 
 28          source drivers/net/hamradio/Config.in
 29 
 30          endmenu
 31       fi
 32    fi
 33 
 34 fi
 35 
 36 endmenu

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.