mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-04 04:06:26 +00:00
c8755b29b5
Provides MCTP network transport over an I3C bus, as specified in DMTF DSP0233. Each I3C bus (with "mctp-controller" devicetree property) gets an "mctpi3cX" net device created. I3C devices are reachable as remote endpoints through that net device. Link layer addressing uses the I3C PID as a fixed hardware address for neighbour table entries. The driver matches I3C devices that have the MIPI assigned DCR 0xCC for MCTP. Signed-off-by: Matt Johnston <matt@codeconstruct.com.au> Reviewed-by: Simon Horman <horms@kernel.org> Signed-off-by: Paolo Abeni <pabeni@redhat.com>
4 lines
137 B
Makefile
4 lines
137 B
Makefile
obj-$(CONFIG_MCTP_SERIAL) += mctp-serial.o
|
|
obj-$(CONFIG_MCTP_TRANSPORT_I2C) += mctp-i2c.o
|
|
obj-$(CONFIG_MCTP_TRANSPORT_I3C) += mctp-i3c.o
|