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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user