dev-manual: Edits to "Fine-Tuning the Kernel Confguration File" section.

(From yocto-docs rev: 229acbce8857ca398ca8d28e0341a931f237d7fb)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-04-15 16:25:11 -07:00 committed by Richard Purdie
parent d70617f965
commit 67c503d012
1 changed files with 2 additions and 2 deletions

View File

@ -1948,7 +1948,7 @@
<title>Fine-tuning the Kernel Configuration File</title> <title>Fine-tuning the Kernel Configuration File</title>
<para> <para>
You can make sure the <filename>.config</filename> is as lean or efficient as You can make sure the <filename>.config</filename> file is as lean or efficient as
possible by reading the output of the kernel configuration fragment audit, possible by reading the output of the kernel configuration fragment audit,
noting any issues, making changes to correct the issues, and then repeating. noting any issues, making changes to correct the issues, and then repeating.
</para> </para>
@ -1965,7 +1965,7 @@
<filename>.config</filename> file.</para></listitem> <filename>.config</filename> file.</para></listitem>
<listitem><para>Configuration items that appear twice in the same <listitem><para>Configuration items that appear twice in the same
configuration fragment.</para></listitem> configuration fragment.</para></listitem>
<listitem><para>Configuration items tagged as 'required' were overridden. <listitem><para>Configuration items tagged as "required" were overridden.
</para></listitem> </para></listitem>
<listitem><para>A board overrides a non-board specific option.</para></listitem> <listitem><para>A board overrides a non-board specific option.</para></listitem>
<listitem><para>Listed options not valid for the kernel being processed. <listitem><para>Listed options not valid for the kernel being processed.