.config file for kernel configuration

Fahim
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

Juergen Beisert
Try "/home/fahim/kernel_3.12/arch/arm/.configs" instead

Fahim
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

Juergen Beisert
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.