diff options
| author | Tom Rini <trini@konsulko.com> | 2025-06-26 17:18:33 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2025-06-26 17:18:33 -0600 |
| commit | f2220962f9cb1366bfc003ec2cc5650499c68895 (patch) | |
| tree | 9a4ac02e35547e920695c8b3ec254525685a98a6 /arch/Kconfig | |
| parent | 231b56fd9bb0c1dc9fdfadf03ff9a9538f75f1db (diff) | |
| parent | d7aee0c5ce199190c37f422a82d1cd6095c928eb (diff) | |
Merge patch series "sandbox: enable CONFIG_CMD_BOOTEFI_SELFTEST by default"
Heinrich Schuchardt <heinrich.schuchardt@canonical.com> says:
The sandbox is used for a lot of generic development, we should run the
UEFI tests there, too.
The TPM emulation on the sandbox is incomplete. Disable the TCG test on
sandbox.
Link: https://lore.kernel.org/r/20250617061945.9266-1-heinrich.schuchardt@canonical.com
Diffstat (limited to 'arch/Kconfig')
| -rw-r--r-- | arch/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 597b40ffd60..7e05e0c2263 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -220,6 +220,7 @@ config SANDBOX imply BITREVERSE select BLOBLIST imply LTO + imply CMD_BOOTEFI_SELFTEST imply CMD_DM imply CMD_EXCEPTION imply CMD_GETTIME |
