File tree Expand file tree Collapse file tree 3 files changed +868
-0
lines changed Expand file tree Collapse file tree 3 files changed +868
-0
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,16 @@ config CAN_RCAR
129129 To compile this driver as a module, choose M here: the module will
130130 be called rcar_can.
131131
132+ config CAN_SUN4I
133+ tristate "Allwinner A10 CAN controller"
134+ depends on MACH_SUN4I || MACH_SUN7I || COMPILE_TEST
135+ ---help---
136+ Say Y here if you want to use CAN controller found on Allwinner
137+ A10/A20 SoCs.
138+
139+ To compile this driver as a module, choose M here: the module will
140+ be called sun4i_can.
141+
132142config CAN_XILINXCAN
133143 tristate "Xilinx CAN"
134144 depends on ARCH_ZYNQ || ARM64 || MICROBLAZE || COMPILE_TEST
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ obj-$(CONFIG_CAN_FLEXCAN) += flexcan.o
2727obj-$(CONFIG_PCH_CAN) += pch_can.o
2828obj-$(CONFIG_CAN_GRCAN) += grcan.o
2929obj-$(CONFIG_CAN_RCAR) += rcar_can.o
30+ obj-$(CONFIG_CAN_SUN4I) += sun4i_can.o
3031obj-$(CONFIG_CAN_XILINXCAN) += xilinx_can.o
3132
3233subdir-ccflags-y += -D__CHECK_ENDIAN__
You can’t perform that action at this time.
0 commit comments