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>
This commit is contained in:
Eric Lai 2023-06-26 07:56:39 +08:00
parent 62c62885ea
commit 8bbe850103
1 changed files with 1 additions and 1 deletions

View File

@ -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