Thanks for reply. @yipingwang
We are getting "CONFIG_CAN_FLEXCAN=m" (Attached screenshot)
We manually updated below lines in configuration file in location "/packages/linux/linux/arch/arm64/configs/defconfig.txt"
1. CONFIG_CAN=y
2. CONFIG_CAN_FLEXCAN=y
After cleaning, building and packing the linux using below commands
flex-builder –c clean-linux
flex-builder -c linux -a arm64
flex-builder -i mkbootpartition -a arm64
The configuration is set as "m" but We updated to "y". Can you say the procedure to make it "y" ?