hc
2023-12-02 57e32c52610e6a560beda60bf33c48f9f42306d5
add can driver
1 files modified
44 ■■■■■ changed files
kernel/arch/arm64/configs/rockchip_linux_defconfig 44 ●●●●● patch | view | raw | blame | history
kernel/arch/arm64/configs/rockchip_linux_defconfig
....@@ -996,7 +996,49 @@
996996 #
997997 # CONFIG_NET_PKTGEN is not set
998998 # CONFIG_HAMRADIO is not set
999
-# CONFIG_CAN is not set
999
+CONFIG_CAN=y
1000
+CONFIG_CAN_RAW=y
1001
+CONFIG_CAN_BCM=y
1002
+CONFIG_CAN_GW=y
1003
+
1004
+#
1005
+# CAN Device Drivers
1006
+#
1007
+# CONFIG_CAN_VCAN is not set
1008
+# CONFIG_CAN_VXCAN is not set
1009
+# CONFIG_CAN_SLCAN is not set
1010
+CONFIG_CAN_DEV=y
1011
+CONFIG_CAN_CALC_BITTIMING=y
1012
+# CONFIG_CAN_GRCAN is not set
1013
+# CONFIG_CAN_XILINXCAN is not set
1014
+# CONFIG_CAN_C_CAN is not set
1015
+# CONFIG_CAN_CC770 is not set
1016
+# CONFIG_CAN_IFI_CANFD is not set
1017
+# CONFIG_CAN_M_CAN is not set
1018
+# CONFIG_CAN_PEAK_PCIEFD is not set
1019
+CONFIG_CAN_ROCKCHIP=y
1020
+CONFIG_CANFD_ROCKCHIP=y
1021
+# CONFIG_CAN_SJA1000 is not set
1022
+# CONFIG_CAN_SOFTING is not set
1023
+
1024
+#
1025
+# CAN SPI interfaces
1026
+#
1027
+# CONFIG_CAN_HI311X is not set
1028
+# CONFIG_CAN_MCP251X is not set
1029
+
1030
+#
1031
+# CAN USB interfaces
1032
+#
1033
+# CONFIG_CAN_8DEV_USB is not set
1034
+# CONFIG_CAN_EMS_USB is not set
1035
+# CONFIG_CAN_ESD_USB2 is not set
1036
+# CONFIG_CAN_GS_USB is not set
1037
+# CONFIG_CAN_KVASER_USB is not set
1038
+# CONFIG_CAN_MCBA_USB is not set
1039
+# CONFIG_CAN_PEAK_USB is not set
1040
+# CONFIG_CAN_UCAN is not set
1041
+CONFIG_CAN_DEBUG_DEVICES=y
10001042 CONFIG_BT=y
10011043 CONFIG_BT_BREDR=y
10021044 CONFIG_BT_RFCOMM=y