mcp25xxfd is a CAN bus controller with SPI interface, which support CAN FD and CAN classic format CAN frame. Change-Id: I9d6cdc2521beb2fff8ccb063c9dddefa09e5a641 Signed-off-by: Meng Jiang <mengjian@codeaurora.org>
9 lines
188 B
Makefile
9 lines
188 B
Makefile
#
|
|
# Makefile for the Linux Controller Area Network SPI drivers.
|
|
#
|
|
|
|
|
|
obj-$(CONFIG_CAN_HI311X) += hi311x.o
|
|
obj-$(CONFIG_CAN_MCP251X) += mcp251x.o
|
|
obj-$(CONFIG_CAN_MCP25XXFD) += mcp25xxfd.o
|