Skip to content

Commit

Permalink
kernel: CONFIG_CAN_GS_USB=y (#94)
Browse files Browse the repository at this point in the history
Include gs_usb CAN-FD driver directly in kernel image
instead of building it as a module.
  • Loading branch information
IvoBCD authored Jun 12, 2024
1 parent e7e7ef9 commit 4ae6de4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion linux_additional.defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
CONFIG_CAN=y
CONFIG_CAN_GS_USB=m
CONFIG_CAN_DEV=y
CONFIG_CAN_NETLINK=y
CONFIG_NETDEVICES=y
CONFIG_CAN_GS_USB=y
CONFIG_USB_PRINTER=y
CONFIG_USB_TMC=y

0 comments on commit 4ae6de4

Please sign in to comment.