1 2 menuconfig MCTP 3 depends on NET 4 bool "MCTP core protocol support" 5 help 6 Management Component Transport Proto 7 protocol for communicating between m 8 their managed devices (peripherals, 9 protocol is defined by DMTF specific 10 11 This option enables core MCTP suppor 12 devices, you'll want to enable a dri 13 channel. 14 15 config MCTP_TEST 16 bool "MCTP core tests" if !KUNIT_ALL_T 17 select MCTP_FLOWS 18 depends on MCTP=y && KUNIT=y 19 default KUNIT_ALL_TESTS 20 21 config MCTP_FLOWS 22 bool 23 depends on MCTP 24 select SKB_EXTENSIONS
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.