mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	Add basic Kconfig, an initial (empty) af_mctp source object, and
{AF,PF}_MCTP definitions, and the required definitions for a new
protocol type.
Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
		
	
			
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			481 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			481 B
		
	
	
	
		
			Text
		
	
	
	
	
	
 | 
						|
menuconfig MCTP
 | 
						|
	depends on NET
 | 
						|
	tristate "MCTP core protocol support"
 | 
						|
	help
 | 
						|
	  Management Component Transport Protocol (MCTP) is an in-system
 | 
						|
	  protocol for communicating between management controllers and
 | 
						|
	  their managed devices (peripherals, host processors, etc.). The
 | 
						|
	  protocol is defined by DMTF specification DSP0236.
 | 
						|
 | 
						|
	  This option enables core MCTP support. For communicating with other
 | 
						|
	  devices, you'll want to enable a driver for a specific hardware
 | 
						|
	  channel.
 |