blob: fe635940138b022d3210d0b1f6d4a503cb2be469 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# SPDX-License-Identifier: GPL-2.0-only
config I3C_MCTP
tristate "I3C Controller MCTP driver"
depends on I3C
help
Say yes here to enable the I3C MCTP driver for I3C HW that is
configured as an I3C Controller Device on the I3C Bus.
config I3C_TARGET_MCTP
tristate "I3C Target MCTP driver"
depends on I3C
help
Say yes here to enable the I3C MCTP driver for I3C HW that is
configured as an I3C Target Device on the I3C Bus.
|