diff options
| author | Heinrich Schuchardt <[email protected]> | 2024-01-25 16:54:37 +0100 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2024-01-26 14:15:08 +0100 |
| commit | c5380d76979e1db7033716faaae462bc7cb574da (patch) | |
| tree | 36e78d2ca6bbdde5d939b1b1593ddd0acef386c1 | |
| parent | b07d98afdfdaff2410407387e27ce492b056d927 (diff) | |
configs: enable smbios command on sandbox
To make use of the Python smbios test we need the smbios command.
Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Ilias Apalodimas <[email protected]>
| -rw-r--r-- | configs/sandbox_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index ea4e2c1ec39..a8df5e635b2 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -42,6 +42,7 @@ CONFIG_STACKPROTECTOR=y CONFIG_ANDROID_AB=y CONFIG_CMD_CPU=y CONFIG_CMD_LICENSE=y +CONFIG_CMD_SMBIOS=y CONFIG_CMD_BOOTM_PRE_LOAD=y CONFIG_CMD_BOOTZ=y CONFIG_BOOTM_OPENRTOS=y |
