mirror of https://github.com/OpenIPC/firmware.git
19 lines
733 B
Diff
19 lines
733 B
Diff
diff -drupN a/drivers/net/can/Kconfig b/drivers/net/can/Kconfig
|
|
--- a/drivers/net/can/Kconfig 2018-08-06 17:23:04.000000000 +0300
|
|
+++ b/drivers/net/can/Kconfig 2022-06-12 05:28:14.000000000 +0300
|
|
@@ -105,11 +105,10 @@ config CAN_JANZ_ICAN3
|
|
called janz-ican3.ko.
|
|
|
|
config CAN_SUN4I
|
|
- tristate "Allwinner A10 CAN controller"
|
|
- depends on MACH_SUN4I || MACH_SUN7I || COMPILE_TEST
|
|
+ tristate "Allwinner A10/T7 CAN controller"
|
|
+ depends on ARCH_SUNXI
|
|
---help---
|
|
- Say Y here if you want to use CAN controller found on Allwinner
|
|
- A10/A20 SoCs.
|
|
+ Say Y here if you want to use CAN controller found on Allwinner A10/A20/T7 SoCs.
|
|
|
|
To compile this driver as a module, choose M here: the module will
|
|
be called sun4i_can.
|