summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-kernel-appendix.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-kernel-appendix.xml')
-rw-r--r--documentation/dev-manual/dev-manual-kernel-appendix.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml
index 2304f0a898..d7b5587cb9 100644
--- a/documentation/dev-manual/dev-manual-kernel-appendix.xml
+++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml
@@ -491,6 +491,35 @@
491 </section> 491 </section>
492 </section> 492 </section>
493 493
494 <section id='changing-the-kernel-configuration'>
495 <title>Changing the Kernel Configuration</title>
496
497 <para>
498 This section presents an example that changes the kernel configuration.
499 The example shows how to use <filename>menuconfig</filename> to quickly see
500 and set configurations used by the kernel.
501 </para>
502
503 <para>
504 [Example to be supplied]
505 </para>
506 </section>
507
508 <section id='adding-kernel-recipes'>
509 <title>Adding Kernel Recipes</title>
510
511 <para>
512 This section presents an example that adds kernel recipes, which provide
513 new functionality to the kernel.
514 </para>
515
516 <para>
517 [Example to be supplied]
518 </para>
519 </section>
520
521
522
494<!-- <section id='is-vfat-supported'> 523<!-- <section id='is-vfat-supported'>
495 <title>Is VFAT Supported?</title> 524 <title>Is VFAT Supported?</title>
496 525