Commit 4b2e6930 authored by Jeremy Kerr's avatar Jeremy Kerr Committed by David S. Miller
Browse files

mctp: Add initial driver infrastructure



Add an empty drivers/net/mctp/, for future interface drivers.

Signed-off-by: default avatarJeremy Kerr <jk@codeconstruct.com.au>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 60fc6398
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11037,6 +11037,7 @@ M: Jeremy Kerr <jk@codeconstruct.com.au>
M:	Matt Johnston <matt@codeconstruct.com.au>
L:	netdev@vger.kernel.org
S:	Maintained
F:	drivers/net/mctp/
F:	include/net/mctp.h
F:	net/mctp/
+2 −0
Original line number Diff line number Diff line
@@ -483,6 +483,8 @@ config NET_SB1000

source "drivers/net/phy/Kconfig"

source "drivers/net/mctp/Kconfig"

source "drivers/net/mdio/Kconfig"

source "drivers/net/pcs/Kconfig"
+1 −0
Original line number Diff line number Diff line
@@ -69,6 +69,7 @@ obj-$(CONFIG_WAN) += wan/
obj-$(CONFIG_WLAN) += wireless/
obj-$(CONFIG_IEEE802154) += ieee802154/
obj-$(CONFIG_WWAN) += wwan/
obj-$(CONFIG_MCTP) += mctp/

obj-$(CONFIG_VMXNET3) += vmxnet3/
obj-$(CONFIG_XEN_NETDEV_FRONTEND) += xen-netfront.o
+8 −0
Original line number Diff line number Diff line

if MCTP

menu "MCTP Device Drivers"

endmenu

endif
+0 −0

Empty file added.

Loading