config RANDOM_UUID
bool "GPT Random UUID generation"
+ select LIB_UUID
help
Enable the generation of partitions with random UUIDs if none
are provided.
config CMD_UUID
bool "uuid, guid - generation of unique IDs"
+ select LIB_UUID
help
This enables two commands:
depends on PARTITIONS
default y if DISTRO_DEFAULTS
default y if TEGRA
+ select LIB_UUID
help
Say Y here if you would like to use device under U-Boot which
were partitioned using EFI GPT.
depends on PARTITIONS
default y if DISTRO_DEFAULTS
default y if EFI_PARTITION
+ select LIB_UUID
help
Activate the configuration of UUID for partition
#define HAVE_BLOCK_DEVICE
#endif
-#if (CONFIG_IS_ENABLED(PARTITION_UUIDS) || \
- CONFIG_IS_ENABLED(EFI_PARTITION) || \
- CONFIG_IS_ENABLED(EFI_LOADER) || \
- defined(CONFIG_RANDOM_UUID) || \
- defined(CONFIG_CMD_UUID) || \
- defined(CONFIG_BOOTP_PXE)) && \
- !defined(CONFIG_LIB_UUID)
-#define CONFIG_LIB_UUID
-#endif
-
/* Console I/O Buffer Size */
#ifndef CONFIG_SYS_CBSIZE
#if defined(CONFIG_CMD_KGDB)
config HAVE_PRIVATE_LIBGCC
bool
+config LIB_UUID
+ bool
+
config USE_PRIVATE_LIBGCC
bool "Use private libgcc"
depends on HAVE_PRIVATE_LIBGCC
# We need EFI_STUB_32BIT to be set on x86_32 with EFI_STUB
depends on !EFI_STUB || !X86 || X86_64 || EFI_STUB_32BIT
default y
+ select LIB_UUID
help
Select this option if you want to run EFI applications (like grub2)
on top of U-Boot. If this option is enabled, U-Boot will expose EFI