From c4062c78a9d353d8d1f5250ab9bf65dda28c2b0c Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 11 Feb 2021 10:43:14 +0100 Subject: device: Add unit to Kconfig option name: `PRE_GRAPHICS_DELAY_MS` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s good practice to put the unit into the name. Change-Id: I1493f61d4e495c22f09abf1829bb2eab9b1fd2b6 Signed-off-by: Paul Menzel Reviewed-on: https://review.coreboot.org/c/coreboot/+/50517 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons Reviewed-by: Nico Huber --- src/device/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/device/Kconfig') diff --git a/src/device/Kconfig b/src/device/Kconfig index 421ad66fea..8dc9ecdff9 100644 --- a/src/device/Kconfig +++ b/src/device/Kconfig @@ -117,7 +117,7 @@ config NO_GFX_INIT endchoice -config PRE_GRAPHICS_DELAY +config PRE_GRAPHICS_DELAY_MS int "Graphics initialization delay in ms" default 0 depends on VGA_ROM_RUN -- cgit v1.2.3