summaryrefslogtreecommitdiff
path: root/disk/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'disk/Kconfig')
-rw-r--r--disk/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/disk/Kconfig b/disk/Kconfig
index c9b9dbaf1a6..817b7c8c76d 100644
--- a/disk/Kconfig
+++ b/disk/Kconfig
@@ -149,6 +149,7 @@ config SPL_PARTITION_UUIDS
bool "Enable support of UUID for partition in SPL"
depends on SPL_PARTITIONS
default y if SPL_EFI_PARTITION
+ select SPL_LIB_UUID
config PARTITION_TYPE_GUID
bool "Enable support of GUID for partition type"
@@ -157,4 +158,11 @@ config PARTITION_TYPE_GUID
Activate the configuration of GUID type
for EFI partition
+config SPL_PARTITION_TYPE_GUID
+ bool "Enable support of GUID for partition type (SPL)"
+ depends on SPL_EFI_PARTITION
+ help
+ Activate the configuration of GUID type
+ for EFI partition
+
endmenu