summaryrefslogtreecommitdiffstats
path: root/common/partitions/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'common/partitions/Kconfig')
-rw-r--r--common/partitions/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/partitions/Kconfig b/common/partitions/Kconfig
index 90238ad382..be9405a649 100644
--- a/common/partitions/Kconfig
+++ b/common/partitions/Kconfig
@@ -16,6 +16,7 @@ config PARTITION_DISK_DOS
config PARTITION_DISK_EFI
depends on PARTITION_DISK
select CRC32
+ select PRINTF_UUID
bool "EFI: GPT partition support"
help
Add support to handle partitions in GUID Partition Table style.