summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Lai <eric_lai@quanta.corp-partner.google.com>2023-06-26 07:56:39 +0800
committerEric Lai <eric_lai@quanta.corp-partner.google.com>2023-06-27 23:55:13 +0000
commit8bbe8501038f5ce517965612cb688dbcacb88a70 (patch)
tree1ffc2303a6b9250951168d420108b9331c22d54b
parent62c62885eac7e3d6e08b5b840116177a54d0c6ec (diff)
downloadcoreboot-8bbe8501038f5ce517965612cb688dbcacb88a70.tar.gz
coreboot-8bbe8501038f5ce517965612cb688dbcacb88a70.tar.bz2
coreboot-8bbe8501038f5ce517965612cb688dbcacb88a70.zip
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 <eric_lai@quanta.corp-partner.google.com> Change-Id: Id61d8961cad2cd311db7d9da3bdb86f0f28b57b4 Reviewed-on: https://review.coreboot.org/c/coreboot/+/76087 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
-rw-r--r--src/arch/x86/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig
index 7b3f34ae7295..ec1171b505b8 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