summaryrefslogtreecommitdiff
path: root/disk
diff options
context:
space:
mode:
Diffstat (limited to 'disk')
-rw-r--r--disk/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/disk/Kconfig b/disk/Kconfig
index 268fb83..16ff52d 100644
--- a/disk/Kconfig
+++ b/disk/Kconfig
@@ -97,4 +97,12 @@ config SPL_PARTITION_UUIDS
depends on SPL && PARTITIONS
default y if SPL_EFI_PARTITION
+config PARTITION_TYPE_GUID
+ bool "Enable support of GUID for partition type"
+ depends on PARTITIONS
+ depends on EFI_PARTITION
+ help
+ Activate the configuration of GUID type
+ for EFI partition
+
endmenu