[coreboot-gerrit] Change in coreboot[master]: Documentation/core: Update Kconfig documentation

Martin Roth (Code Review) gerrit at coreboot.org
Mon Apr 3 00:27:38 CEST 2017


Martin Roth has uploaded a new change for review. ( https://review.coreboot.org/19075 )

Change subject: Documentation/core: Update Kconfig documentation
......................................................................

Documentation/core: Update Kconfig documentation

- Remove document history.  Since the document is now stored in git,
this is no longer needed.
- Fix spacing for the kconfig_lint help output
- Add license information to the bottom of the document.

Change-Id: I9854602a6ad9b4a99bf3988e1d7662b3b426e608
Signed-off-by: Martin Roth <gaumless at gmail.com>
---
M Documentation/core/Kconfig.md
1 file changed, 7 insertions(+), 7 deletions(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/75/19075/1

diff --git a/Documentation/core/Kconfig.md b/Documentation/core/Kconfig.md
index 54ae857..ed4077b 100644
--- a/Documentation/core/Kconfig.md
+++ b/Documentation/core/Kconfig.md
@@ -1,11 +1,5 @@
 # Kconfig in coreboot
 
-
-## Document History
-- Initial Version: June 15, 2015
-- First public version: October 8, 2016
-
-
 ## Overview
 Kconfig is a tool used in coreboot, Linux, and many other projects as the main configuration mechanism.  In coreboot, it allows a developer both to select which platform to build and to modify various features within the platform. The Kconfig language was developed as a way to configure the Linux kernel, and is still maintained as a part of the Linux kernel tree. Starting in Linux 2.5.45, the ncurses based menuconfig was added, which is still used as the main configuration front end in coreboot today.
 
@@ -925,9 +919,15 @@
        -e|--errors_off          Don't print warnings or errors
        -w|--warnings_off        Don't print warnings
        -n|--notes               Show minor notes
-          --path=dir            Path to top level kconfig
+       --path=dir               Path to top level kconfig
        -c|--config=file         Filename of config file to load
        -G|--no_git_grep         Use standard grep tools instead of git grep
 
 
 The -p option is very useful for debugging Kconfig issues, because it reads all of the Kconfig files in the order that the Kconfig tools would read them, and prints it out, along with where each line came from and which menu it appears in.
+
+## License:
+This work is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
+
+Code examples snippets are licensed under GPLv2, and are used here under fair
+use laws.

-- 
To view, visit https://review.coreboot.org/19075
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9854602a6ad9b4a99bf3988e1d7662b3b426e608
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Martin Roth <martinroth at google.com>



More information about the coreboot-gerrit mailing list