Jeremy Kerr | bc49d81 | 2021-07-29 10:20:39 +0800 | [diff] [blame] | 1 | |
| 2 | menuconfig MCTP |
| 3 | depends on NET |
Jeremy Kerr | 78476d3 | 2021-10-29 11:01:44 +0800 | [diff] [blame] | 4 | bool "MCTP core protocol support" |
Jeremy Kerr | bc49d81 | 2021-07-29 10:20:39 +0800 | [diff] [blame] | 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. |
Jeremy Kerr | 161eba5 | 2021-10-03 11:17:04 +0800 | [diff] [blame] | 14 | |
| 15 | config MCTP_TEST |
| 16 | bool "MCTP core tests" if !KUNIT_ALL_TESTS |
| 17 | depends on MCTP=y && KUNIT=y |
| 18 | default KUNIT_ALL_TESTS |
Jeremy Kerr | 78476d3 | 2021-10-29 11:01:44 +0800 | [diff] [blame] | 19 | |
| 20 | config MCTP_FLOWS |
| 21 | bool |
| 22 | depends on MCTP |
| 23 | select SKB_EXTENSIONS |