From mboxrd@z Thu Jan 1 00:00:00 1970 From: fser@code-libre.org (=?iso-8859-1?Q?Fran=E7ois?=) Date: Sat, 30 Jul 2016 22:25:46 +0200 Subject: Minimul Config file for Dev Environment In-Reply-To: <20160730195458.GA13338@jittu> References: <20160730195458.GA13338@jittu> Message-ID: <20160730202544.kwu2fb623heijzd6@sith> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On Sun, Jul 31, 2016 at 01:24:58AM +0530, Jitendra wrote: > Hi Folks, Hi! > I usually compile the linux kernel by copying current system .config file. But the > problem it compile bunch things that I don't which is required. My aim > is setup filesystem environmrnt setup on my laptop. > > Could somebody point the minimal .config file that will save from me > reading all the options and compile the kernel quickly and test it. I use make default which creates a working .config and then edit it. You can use qemu (until some point) to make sure the kernel boots. Good luck! -- Fran?ois