Back to home page

OSCL-LXR

 
 

    


0001 
0002 menuconfig MCTP
0003         depends on NET
0004         bool "MCTP core protocol support"
0005         help
0006           Management Component Transport Protocol (MCTP) is an in-system
0007           protocol for communicating between management controllers and
0008           their managed devices (peripherals, host processors, etc.). The
0009           protocol is defined by DMTF specification DSP0236.
0010 
0011           This option enables core MCTP support. For communicating with other
0012           devices, you'll want to enable a driver for a specific hardware
0013           channel.
0014 
0015 config MCTP_TEST
0016         bool "MCTP core tests" if !KUNIT_ALL_TESTS
0017         depends on MCTP=y && KUNIT=y
0018         default KUNIT_ALL_TESTS
0019 
0020 config MCTP_FLOWS
0021         bool
0022         depends on MCTP
0023         select SKB_EXTENSIONS