Apalis TK1 defconfig file not found

Hi All,

I try to compile the toradex kernel for apalis-tk1 board and to do this I have downloaded the kernel source from git repository as mention at Toradex:
git clone -b git://git.toradex.com/linux-toradex.git

But while doing defconfig following error occurred:
make apalis-tk1_defconfig


*** Can’t find default configuration “arch/arm/configs/apalis-tk1_defconfig”!


This config (apalis-tk1_defconfig) file not available in arch/arm/config

Please suggest from where I can get the above config file

Thanks
Nitesh

Please make sure you choose the correct branch appropriate to the module you are trying to build the kernel. Please refer this article for more information related to the build.

e.g.:

$ git clone -b toradex_tk1_l4t_r21.5 git://git.toradex.com/linux-toradex.git