Kernel module cross compilation

Hi Team,

We are working on am5729 based hardware and trying to cross compile the newly created gpmc driver on ubuntu system.

On target board uname -r gives 4.19.94-ti-r42.
We have clone the Linux kernel and moved to 4.19.94-ti-r42.

Our aim is to cross compile the kernel first and then kernel module.

we need your guidance on deconfig file, I don’t see any deconfig file related to am57xx.

Regards,
Rahulkumar

Every tag has a matching defconfig: Release 4.19.94-ti-r42 · beagleboard/linux · GitHub4.19.94-ti-r42 · beagleboard/linux@50301b3 · GitHub → arch/arm/configs/bb.org_defconfig

Regards,