From 8bbe8501038f5ce517965612cb688dbcacb88a70 Mon Sep 17 00:00:00 2001 From: Eric Lai Date: Mon, 26 Jun 2023 07:56:39 +0800 Subject: arch/x86/Kconfig: remove period from DUMP_SMBIOS_TYPE17 title Option name strings should not end with a period, remove it. Signed-off-by: Eric Lai Change-Id: Id61d8961cad2cd311db7d9da3bdb86f0f28b57b4 Reviewed-on: https://review.coreboot.org/c/coreboot/+/76087 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- src/arch/x86/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index 7b3f34ae72..ec1171b505 100644 --- a/src/arch/x86/Kconfig +++ b/src/arch/x86/Kconfig @@ -360,7 +360,7 @@ config ECFW_PTR_SIZE Size of reserved space for EC firmware pointer config DUMP_SMBIOS_TYPE17 - bool "Dump part of SMBIOS type17 dimm information." + bool "Dump part of SMBIOS type17 dimm information" depends on GENERATE_SMBIOS_TABLES endif -- cgit v1.2.3