new kernel with old .config

Hello

It’s not quite clear to me, how to recompile kernel with desired .config file.
I have .config file from current kernel and I’d like to use it with the newly compiled kernel by means of ./build_kernel.sh script from RobertCNelson in package ti-linux-kernel-dev.# .
I don’t know if I should overwrite ti-linux-kernel-dev/KERNEL/.config or ti-linux-kernel-dev/patches/defconfig.

Thank you for any help.

Regards
Pavel

Well, "./build_kernel.sh" copies ti-linux-kernel-dev/patches/defconfig
-> ti-linux-kernel-dev/KERNEL/.config

Regards,