summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2017-04-02 14:00:54 -0600
committerPatrick Georgi <pgeorgi@google.com>2017-04-04 14:19:44 +0200
commit0090192ddd91ac2df774e138123855c9d42713e9 (patch)
tree84796d6bd857a5b558777e06412c7616c508c081
parent956a9f6a9cf0e51c9155738baa566b192897648f (diff)
downloadcoreboot-0090192ddd91ac2df774e138123855c9d42713e9.tar.xz
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@gmail.com> Reviewed-on: https://review.coreboot.org/19075 Tested-by: build bot (Jenkins) Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
-rw-r--r--Documentation/core/Kconfig.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/Documentation/core/Kconfig.md b/Documentation/core/Kconfig.md
index 54ae8575ab..11a25389e0 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 @@ The file kconfig_lint and its associated readme can be found in the coreboot uti
-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.