cd kernel-5.10/
make loadconfig
make ARCH=arm64 menuconfig
make saveconfig
make ARCH=arm64 rockchip_defconfig
ARCH=arm64 Configure the architecture. Currently, rk356x/3588 uses the arm64 architecture.
menuconfig Launch the graphical configuration interface.
saveconfig Save the current configuration as a defconfig file after streamlining.
rockchip_defconfig Load the ARM64 architecture configuration file pre - set by Rockchip.
loadconfig Load the default defconfig.