diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2017-01-27 11:00:43 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-28 08:48:04 -0500 |
commit | aed8fdaae922fbfa1414d181c3db8483d6440735 (patch) | |
tree | 537c76212174f6bd449da6ce8cc3170a2c655a86 /disk/Kconfig | |
parent | b331cd6204ffdc568cd6c06bd18e72aa9bc61f22 (diff) | |
download | u-boot-imx-aed8fdaae922fbfa1414d181c3db8483d6440735.zip u-boot-imx-aed8fdaae922fbfa1414d181c3db8483d6440735.tar.gz u-boot-imx-aed8fdaae922fbfa1414d181c3db8483d6440735.tar.bz2 |
disk: convert CONFIG_PARTITION_TYPE_GUID to Kconfig
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Signed-off-by: Patrick Delaunay <patrick.delaunay73@gmail.com>
Diffstat (limited to 'disk/Kconfig')
-rw-r--r-- | disk/Kconfig | 8 |
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 |