drivers: can: Add xmc4xxx CAN support
Adds CAN drivers for XMC4xxx SoCs. XMC4xxx has multiple CAN nodes. The nodes share a common clock and a message object pool. The CAN nodes do not have a loopback mode. Instead there is an internal bus which can be used to exchange messages between nodes on the SoC. For this reason tests/samples which rely on the loopback feature have been disabled. Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com>
This commit is contained in:
parent
9e9913a4fd
commit
c7dab3df08
15 changed files with 1315 additions and 0 deletions
|
@ -60,4 +60,9 @@ config HAS_XMCLIB_ETH
|
|||
help
|
||||
Enable XMCLIB Ethernet MAC
|
||||
|
||||
config HAS_XMCLIB_CAN
|
||||
bool
|
||||
help
|
||||
Enable XMCLIB CAN
|
||||
|
||||
endif # HAS_XMCLIB
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue