diff options
author | Heinrich Schuchardt | 2022-01-16 13:04:06 +0100 |
---|---|---|
committer | Heinrich Schuchardt | 2022-01-19 16:16:33 +0100 |
commit | d3adee1db87066b1bf8e97fbfe187153ba273628 (patch) | |
tree | c17c2dea2660190fa64b1c4c0c8c135df050f614 /arch | |
parent | a4492eeee14294c61680d56893df4d73880f098e (diff) |
sandbox: imply PARTITION_TYPE_GUID
CONFIG_PARTITION_TYPE_GUID=y is needed for testing some GPT related
functionality.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index ee32e8366e8..ffb8f5c8ece 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -175,6 +175,7 @@ config SANDBOX imply AVB_VERIFY imply LIBAVB imply CMD_AVB + imply PARTITION_TYPE_GUID imply SCP03 imply CMD_SCP03 imply UDP_FUNCTION_FASTBOOT |