summaryrefslogtreecommitdiff
path: root/net/mctp/Kconfig
blob: 2cdf3d0a28c9501bd0f1d8d2e61d8b7f7cd5534c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

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.