summaryrefslogtreecommitdiff
path: root/lib/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-02-22 19:34:11 +0300
committerTom Rini <trini@konsulko.com>2023-03-03 01:45:58 +0300
commit3b510807f59d6602df5b3de3ac5c2f8f6e1bd265 (patch)
tree035ae4ec4a1e6fe8a6af778ce0702fa8ae358b2f /lib/Kconfig
parentc7d53f027b6c07db951250e64277ca11db546ba0 (diff)
downloadu-boot-3b510807f59d6602df5b3de3ac5c2f8f6e1bd265.tar.xz
lib: Add an SPL config for LIB_UUID
This is selected by PARTITION_UUIDS which has a separate option for SPL. Add an SPL option for LIB_UUID also, so that we can keep them consistent. Also add one for PARTITION_TYPE_GUID to avoid a build error in part_efi.c which wants to call a uuid function in SPL. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 0831884323..4278b24055 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -74,6 +74,10 @@ config HAVE_PRIVATE_LIBGCC
config LIB_UUID
bool
+config SPL_LIB_UUID
+ depends on SPL
+ bool
+
config SEMIHOSTING
bool "Support semihosting"
depends on ARM || RISCV