mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 04:46:01 +01: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
@ -97,4 +97,12 @@ config SPL_PARTITION_UUIDS
|
|||||||
depends on SPL && PARTITIONS
|
depends on SPL && PARTITIONS
|
||||||
default y if SPL_EFI_PARTITION
|
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
|
endmenu
|
||||||
|
@ -2259,7 +2259,6 @@ CONFIG_PALMAS_SMPS7_FPWM
|
|||||||
CONFIG_PALMAS_USB_SS_PWR
|
CONFIG_PALMAS_USB_SS_PWR
|
||||||
CONFIG_PANIC_HANG
|
CONFIG_PANIC_HANG
|
||||||
CONFIG_PARAVIRT
|
CONFIG_PARAVIRT
|
||||||
CONFIG_PARTITION_TYPE_GUID
|
|
||||||
CONFIG_PATA_BFIN
|
CONFIG_PATA_BFIN
|
||||||
CONFIG_PATI
|
CONFIG_PATI
|
||||||
CONFIG_PB1000
|
CONFIG_PB1000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user