From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Tue, 21 Apr 2009 16:56:26 -0700 Subject: [U-Boot] Kconfig menu layout In-Reply-To: <9e4733910904211622u395c184cocf9125b23910170e@mail.gmail.com> References: <8528E0E6-DEEC-49A4-9500-FC0B2C5C543B@kernel.crashing.org> <9e4733910904201712x68658ddfk3c18298deb82bd9f@mail.gmail.com> <20090421142730.35CCA83420E8@gemini.denx.de> <9e4733910904210841n6c7f0db5s57eee23520dc10a@mail.gmail.com> <20090421200230.DA0F583420E8@gemini.denx.de> <93A8F58D-8C13-4F72-AFF3-CF4FDF9A3CFA@kernel.crashing.org> <20090421205255.A5AD683420E8@gemini.denx.de> <9e4733910904211533s58df5764na715986b36824891@mail.gmail.com> <20090421231432.078B783420E8@gemini.denx.de> <9e4733910904211622u395c184cocf9125b23910170e@mail.gmail.com> Message-ID: <49EE5D2A.4060906@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Jon Smirl wrote: > On Tue, Apr 21, 2009 at 7:14 PM, Wolfgang Denk wrote: > >> Dear Jon Smirl, >> >> In message <9e4733910904211533s58df5764na715986b36824891@mail.gmail.com> you wrote: >> >>>>> - for those who look for a board name, we should support this, >>>>> probably wih an initial selection by the first letter (case >>>>> insensitive) of the board name. >>>>> >>>>> like this: => board name => M => MPC837XERDB >>>>> >>> You can search for the board name in Kconfig using Ctrl-F and then put >>> in a string >>> This works on the kernel too. >>> >> Ctrl-F? In which exact envrionment does this work? With "make config"? >> "make menuconfig" ? >> > > I see now that Ctrl-F doesn't work everywhere. Try it in 'make xconfig' > > I don't want to ignite a flame war, but IMHO 'make menuconfig' is the one we should be optimizing towards. What's the objection again to having the user set ARCH before running this, or at least to using ARCH as the first sort key? regards, Ben