I am attempting to compile a custom linux kernel with target device drivers defined in .config file.
When I open Github i can see the .config file is in the master/blob
However, once I download the repository, I cant find that .config file, but when i compile using makefile, it selects right device drivers.
So where exactly is .config is located?