]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - disk/Kconfig
cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT
[people/ms/u-boot.git] / disk / Kconfig
index 03bf05d186b8142cc096dbff704e741b00fc5bfa..268fb832aa29b409ea01097a218056d716fe480a 100644 (file)
@@ -84,4 +84,17 @@ config SPL_EFI_PARTITION
        depends on  SPL && PARTITIONS
        default y if EFI_PARTITION
 
+config PARTITION_UUIDS
+       bool "Enable support of UUID for partition"
+       depends on PARTITIONS
+       default y if DISTRO_DEFAULTS
+       default y if EFI_PARTITION
+       help
+         Activate the configuration of UUID for partition
+
+config SPL_PARTITION_UUIDS
+       bool "Enable support of UUID for partition in SPL"
+       depends on SPL && PARTITIONS
+       default y if SPL_EFI_PARTITION
+
 endmenu