From aed8fdaae922fbfa1414d181c3db8483d6440735 Mon Sep 17 00:00:00 2001 From: Patrick Delaunay Date: Fri, 27 Jan 2017 11:00:43 +0100 Subject: disk: convert CONFIG_PARTITION_TYPE_GUID to Kconfig Signed-off-by: Patrick Delaunay Signed-off-by: Patrick Delaunay --- disk/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'disk') diff --git a/disk/Kconfig b/disk/Kconfig index 268fb832aa..16ff52da3e 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 -- cgit v1.2.3