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

TOMOYO Linux Cross Reference
Linux/net/ax25/Kconfig

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /net/ax25/Kconfig (Version linux-6.12-rc7) and /net/ax25/Kconfig (Version policy-sample)


  1 # SPDX-License-Identifier: GPL-2.0-only           
  2 #                                                 
  3 # Amateur Radio protocols and AX.25 device con    
  4 #                                                 
  5                                                   
  6 menuconfig HAMRADIO                               
  7         depends on NET                            
  8         bool "Amateur Radio support"              
  9         help                                      
 10           If you want to connect your Linux bo    
 11           here. You want to read <https://www.    
 12           and more specifically about AX.25 on    
 13           <https://linux-ax25.in-berlin.de>.      
 14                                                   
 15           Note that the answer to this questio    
 16           kernel: saying N will just cause the    
 17           the questions about amateur radio.      
 18                                                   
 19 comment "Packet Radio protocols"                  
 20         depends on HAMRADIO                       
 21                                                   
 22 config AX25                                       
 23         tristate "Amateur Radio AX.25 Level 2     
 24         depends on HAMRADIO                       
 25         help                                      
 26           This is the protocol used for comput    
 27           radio. It is either used by itself f    
 28           carry other protocols such as tcp/ip    
 29           that connects your Linux box to your    
 30           use a low speed TNC (a Terminal Node    
 31           modem connecting your computer's ser    
 32           microphone input and speaker output)    
 33           one of the various SCC cards that ar    
 34           or the DMA SCC driver. Another optio    
 35           and parallel port hacks or the sound    
 36           own drivers). If you say Y here, you    
 37           those drivers.                          
 38                                                   
 39           Information about where to get suppo    
 40           radio as well as information about h    
 41           contained in the AX25-HOWTO, availab    
 42           <https://www.tldp.org/docs.html#howt    
 43           check out the file <file:Documentati    
 44           kernel source. More information abou    
 45           general is on the WWW at                
 46           <https://www.tapr.org/>.                
 47                                                   
 48           To compile this driver as a module,     
 49           module will be called ax25.             
 50                                                   
 51 config AX25_DAMA_SLAVE                            
 52         bool "AX.25 DAMA Slave support"           
 53         default y                                 
 54         depends on AX25                           
 55         help                                      
 56           DAMA is a mechanism to prevent colli    
 57           networking. A DAMA server (called "m    
 58           from clients (called "slaves") and r    
 59           If you say Y here, your Linux box wi    
 60           transparent in that you don't have t    
 61           configuration. Linux cannot yet act     
 62           only compiles DAMA slave support int    
 63           be enabled at runtime.  For more abo    
 64           <https://linux-ax25.in-berlin.de>.      
 65                                                   
 66 # placeholder until implemented                   
 67 config AX25_DAMA_MASTER                           
 68         bool 'AX.25 DAMA Master support'          
 69         depends on AX25_DAMA_SLAVE && BROKEN      
 70         help                                      
 71           DAMA is a mechanism to prevent colli    
 72           networking. A DAMA server (called "m    
 73           from clients (called "slaves") and r    
 74           If you say Y here, your Linux box wi    
 75           transparent in that you don't have t    
 76           configuration. Linux cannot yet act     
 77           only compiles DAMA slave support int    
 78           be explicitly enabled, so if unsure,    
 79                                                   
 80 config NETROM                                     
 81         tristate "Amateur Radio NET/ROM protoc    
 82         depends on AX25                           
 83         help                                      
 84           NET/ROM is a network layer protocol     
 85           routing.                                
 86                                                   
 87           A comprehensive listing of all the s    
 88           users as well as information about h    
 89           contained in the Linux Ham Wiki, ava    
 90           <https://linux-ax25.in-berlin.de>. Y    
 91           the file <file:Documentation/network    
 92           about digital amateur radio in gener    
 93           <https://www.tapr.org/>.                
 94                                                   
 95           To compile this driver as a module,     
 96           module will be called netrom.           
 97                                                   
 98 config ROSE                                       
 99         tristate "Amateur Radio X.25 PLP (Rose    
100         depends on AX25                           
101         help                                      
102           The Packet Layer Protocol (PLP) is a    
103           connections in general and amateur r    
104           particular, essentially an alternati    
105                                                   
106           A comprehensive listing of all the s    
107           users as well as information about h    
108           contained in the Linux Ham Wiki, ava    
109           <https://linux-ax25.in-berlin.de>.      
110           the file <file:Documentation/network    
111           about digital amateur radio in gener    
112           <https://www.tapr.org/>.                
113                                                   
114           To compile this driver as a module,     
115           module will be called rose.             
116                                                   
117 menu "AX.25 network device drivers"               
118         depends on HAMRADIO && AX25               
119                                                   
120 source "drivers/net/hamradio/Kconfig"             
121                                                   
122 endmenu                                           
                                                      

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

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php