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

Patrick Georgi (Code Review) gerrit at coreboot.org
Tue Apr 4 14:19:49 CEST 2017


Patrick Georgi has submitted this change and it was merged. ( 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>
Reviewed-on: https://review.coreboot.org/19075
Tested-by: build bot (Jenkins)
Reviewed-by: Marshall Dawson <marshalldawson3rd at gmail.com>
Reviewed-by: Patrick Georgi <pgeorgi at google.com>
---
M Documentation/core/Kconfig.md
1 file changed, 7 insertions(+), 7 deletions(-)

Approvals:
  Marshall Dawson: Looks good to me, approved
  build bot (Jenkins): Verified
  Patrick Georgi: Looks good to me, approved



diff --git a/Documentation/core/Kconfig.md b/Documentation/core/Kconfig.md
index 54ae857..11a2538 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 https://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: merged
Gerrit-Change-Id: I9854602a6ad9b4a99bf3988e1d7662b3b426e608
Gerrit-PatchSet: 3
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Martin Roth <martinroth at google.com>
Gerrit-Reviewer: Marshall Dawson <marshalldawson3rd at gmail.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi at google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter at users.sourceforge.net>
Gerrit-Reviewer: Ronald G. Minnich <rminnich at gmail.com>
Gerrit-Reviewer: build bot (Jenkins)



More information about the coreboot-gerrit mailing list