Kconfig (b022f8866ea5014d39ae569897c271e41f5c9799) | Kconfig (161eba50e183ed4ca20f6d8dec19bdc526d2b2b9) |
---|---|
1 2menuconfig MCTP 3 depends on NET 4 tristate "MCTP core protocol support" 5 help 6 Management Component Transport Protocol (MCTP) is an in-system 7 protocol for communicating between management controllers and 8 their managed devices (peripherals, host processors, etc.). The 9 protocol is defined by DMTF specification DSP0236. 10 11 This option enables core MCTP support. For communicating with other 12 devices, you'll want to enable a driver for a specific hardware 13 channel. | 1 2menuconfig MCTP 3 depends on NET 4 tristate "MCTP core protocol support" 5 help 6 Management Component Transport Protocol (MCTP) is an in-system 7 protocol for communicating between management controllers and 8 their managed devices (peripherals, host processors, etc.). The 9 protocol is defined by DMTF specification DSP0236. 10 11 This option enables core MCTP support. For communicating with other 12 devices, you'll want to enable a driver for a specific hardware 13 channel. |
14 15config MCTP_TEST 16 bool "MCTP core tests" if !KUNIT_ALL_TESTS 17 depends on MCTP=y && KUNIT=y 18 default KUNIT_ALL_TESTS |
|