printf: Remove unused 'bprintf'
[drm/drm-misc.git] / net / mctp / Kconfig
blobd8d3413a37f7e031c40d77170523a36e5319d27f
2 menuconfig MCTP
3         depends on NET
4         bool "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.
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.
15 config MCTP_TEST
16         bool "MCTP core tests" if !KUNIT_ALL_TESTS
17         select MCTP_FLOWS
18         depends on MCTP=y && KUNIT=y
19         default KUNIT_ALL_TESTS
21 config MCTP_FLOWS
22         bool
23         depends on MCTP
24         select SKB_EXTENSIONS