From: Tom Rini Date: Mon, 20 Nov 2023 20:17:23 +0000 (-0500) Subject: lib/Kconfig: Correct typo about SYSINFO_SMBIOS in help message X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=253f939aa11cecde2aef632b528d550ca94630b4;p=u-boot.git lib/Kconfig: Correct typo about SYSINFO_SMBIOS in help message The correct symbol to enable to have SMBIOS populate fields based on the device tree is SYSINFO_SMBIOS and not SMBIOS_SYSINFO. Signed-off-by: Tom Rini Reviewed-by: Simon Glass --- diff --git a/lib/Kconfig b/lib/Kconfig index 19649517a3..d47df6bb1c 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -995,7 +995,7 @@ config GENERATE_SMBIOS_TABLE Check http://www.dmtf.org/standards/smbios for details. - See also SMBIOS_SYSINFO which allows SMBIOS values to be provided in + See also SYSINFO_SMBIOS which allows SMBIOS values to be provided in the devicetree. endmenu