init commit
This commit is contained in:
commit
87409fc7e6
5
Kconfig
Normal file
5
Kconfig
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
config CAN_M_CAN
|
||||||
|
depends on HAS_IOMEM
|
||||||
|
tristate "Bosch M_CAN devices"
|
||||||
|
---help---
|
||||||
|
Say Y here if you want to support for Bosch M_CAN controller.
|
6
Makefile
Normal file
6
Makefile
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#
|
||||||
|
# Makefile for the Bosch M_CAN controller driver.
|
||||||
|
#
|
||||||
|
|
||||||
|
obj-$(CONFIG_CAN_M_CAN) += m_can.o
|
||||||
|
obj-$(CONFIG_CAN_M_CAN) += m_can_v321.o
|
1603
m_can_v321.c
Normal file
1603
m_can_v321.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user