diff options
Diffstat (limited to 'disk')
-rw-r--r-- | disk/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/disk/Kconfig b/disk/Kconfig index 268fb832aa2..16ff52da3eb 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 |