summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/kernel-dev/kernel-dev-advanced.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/documentation/kernel-dev/kernel-dev-advanced.xml b/documentation/kernel-dev/kernel-dev-advanced.xml
index ba288d1311..c9612c9527 100644
--- a/documentation/kernel-dev/kernel-dev-advanced.xml
+++ b/documentation/kernel-dev/kernel-dev-advanced.xml
@@ -18,26 +18,6 @@
18 to help you manage the complexity of the configuration and sources 18 to help you manage the complexity of the configuration and sources
19 used to support multiple BSPs and Linux kernel types. 19 used to support multiple BSPs and Linux kernel types.
20 </para> 20 </para>
21
22 <para>
23 In particular, the kernel tools allow you to specify only what you
24 must, and nothing more.
25 Where a complete Linux kernel <filename>.config</filename> includes
26 all the automatically selected <filename>CONFIG</filename> options,
27 the configuration fragments only need to contain the highest level
28 visible <filename>CONFIG</filename> options as presented by the Linux
29 kernel <filename>menuconfig</filename> system.
30 This reduces your maintenance effort and allows you
31 to further separate your configuration in ways that make sense for
32 your project.
33 A common split is policy and hardware.
34 For example, all your kernels might support
35 the <filename>proc</filename> and <filename>sys</filename> filesystems,
36 but only specific boards will require sound, USB, or specific drivers.
37 Specifying these individually allows you to aggregate them
38 together as needed, but maintain them in only one place.
39 Similar logic applies to source changes.
40 </para>
41</section> 21</section>
42 22
43<section id='using-kernel-metadata-in-a-recipe'> 23<section id='using-kernel-metadata-in-a-recipe'>