mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
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>
This commit is contained in:
parent
b331cd6204
commit
aed8fdaae9
2 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -2259,7 +2259,6 @@ CONFIG_PALMAS_SMPS7_FPWM
|
|||
CONFIG_PALMAS_USB_SS_PWR
|
||||
CONFIG_PANIC_HANG
|
||||
CONFIG_PARAVIRT
|
||||
CONFIG_PARTITION_TYPE_GUID
|
||||
CONFIG_PATA_BFIN
|
||||
CONFIG_PATI
|
||||
CONFIG_PB1000
|
||||
|
|
Loading…
Add table
Reference in a new issue