jons 0 Posted July 25, 2023 hello I want to recompile the kernel to support config_ Can_ Gs_ USB , But I can't find any options related to gs_usb in make menuconfig. I can find gs in driver/net/can/USB_ USB files. I tried manually adding ‘config_can_gs_usn=y’ to . Config file ,But he doesn't work in my tinkerboard 2 。Please help me solve it thank you Kernel 4.4 Share this post Link to post Share on other sites
tooz 54 Posted July 26, 2023 hello @jons, please add the following configs: CONFIG_CAN=y CONFIG_CAN_GS_USB=y Share this post Link to post Share on other sites