smbios: x86: Enable command by default

If SMBIOS is enabled on x86, enable the 'smbios' command by default,
so that the tables can be examined.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-08-15 06:42:22 -06:00
parent a63ecb45b7
commit f5576bd01b
2 changed files with 2 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ CONFIG_DISPLAY_BOARDINFO_LATE=y
CONFIG_MISC_INIT_R=y
CONFIG_HUSH_PARSER=y
CONFIG_CMD_CPU=y
# CONFIG_CMD_SMBIOS is not set
CONFIG_CMD_GPIO=y
CONFIG_CMD_PART=y
CONFIG_CMD_SPI=y

View File

@@ -1171,6 +1171,7 @@ config SMBIOS
depends on X86 || EFI_LOADER
default y
select LAST_STAGE_INIT
imply CMD_SMBIOS if X86
help
Indicates that this platform can support System Management BIOS
(SMBIOS) tables. These provide various pieces of information about