summaryrefslogtreecommitdiff
path: root/drivers/net/mctp/Makefile
diff options
context:
space:
mode:
authorMatt Johnston <matt@codeconstruct.com.au>2023-10-13 12:06:25 +0800
committerPaolo Abeni <pabeni@redhat.com>2023-10-17 12:45:03 +0200
commitc8755b29b58ec65be17bcb8c40763d2dcb1f1db5 (patch)
treeda8233fc1a3855fd5fbbbe79d2ce5a49a9dbd0a5 /drivers/net/mctp/Makefile
parent0ac6486e5cbd1af682d3b52fcd3615247e13cb57 (diff)
mctp i3c: MCTP I3C driver
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>
Diffstat (limited to 'drivers/net/mctp/Makefile')
-rw-r--r--drivers/net/mctp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/mctp/Makefile b/drivers/net/mctp/Makefile
index 1ca3e6028f77..e1cb99ced54a 100644
--- a/drivers/net/mctp/Makefile
+++ b/drivers/net/mctp/Makefile
@@ -1,2 +1,3 @@
obj-$(CONFIG_MCTP_SERIAL) += mctp-serial.o
obj-$(CONFIG_MCTP_TRANSPORT_I2C) += mctp-i2c.o
+obj-$(CONFIG_MCTP_TRANSPORT_I3C) += mctp-i3c.o