I have just used arm linux kernel configuration to create the .config file. I can't able to find it. I have downloaded source in /home/fahim/kernel_3.12 Where the file is i have checked /home/fahim/kernel_3.12/arch/arm/configs
.config file for kernel configuration
I have found the .config file at /home/fahim/kernel_3.12 which I think is hidden, we can see it with ls command. cat .config will do the job
Ups, sorry. Copy/paste... "/home/fahim/kernel_3.12/.config" was the file I meant. But you already found it by yourself. And yes: all files with names beginning with a dot are hidden by default. "ls -a" will list these hidden files as well.