summaryrefslogtreecommitdiffstats
path: root/Documentation/getting_started
diff options
context:
space:
mode:
authorPaul Menzel <pmenzel@molgen.mpg.de>2021-02-11 10:43:14 +0100
committerNico Huber <nico.h@gmx.de>2021-02-15 17:05:18 +0000
commitc4062c78a9d353d8d1f5250ab9bf65dda28c2b0c (patch)
tree16bd8da61c2cbd34b8c0d711983cd20ec144b2bf /Documentation/getting_started
parent6b688f5329e560ef432f6ea281b2fe3d905ef297 (diff)
downloadcoreboot-c4062c78a9d353d8d1f5250ab9bf65dda28c2b0c.tar.gz
coreboot-c4062c78a9d353d8d1f5250ab9bf65dda28c2b0c.tar.bz2
coreboot-c4062c78a9d353d8d1f5250ab9bf65dda28c2b0c.zip
device: Add unit to Kconfig option name: `PRE_GRAPHICS_DELAY_MS`
It’s good practice to put the unit into the name. Change-Id: I1493f61d4e495c22f09abf1829bb2eab9b1fd2b6 Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50517 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'Documentation/getting_started')
-rw-r--r--Documentation/getting_started/kconfig.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/getting_started/kconfig.md b/Documentation/getting_started/kconfig.md
index 037371bd34fd..dcc11b404659 100644
--- a/Documentation/getting_started/kconfig.md
+++ b/Documentation/getting_started/kconfig.md
@@ -607,7 +607,7 @@ int &lt;expr&gt; \[if &lt;expr&gt;\]
##### Example:
- config PRE_GRAPHICS_DELAY
+ config PRE_GRAPHICS_DELAY_MS
int "Graphics initialization delay in ms"
default 0
help