disk: convert CONFIG_ISO_PARTITION 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:
committed by
Tom Rini
parent
b0cf733933
commit
1acc008787
11
disk/Kconfig
11
disk/Kconfig
@@ -45,4 +45,15 @@ config SPL_DOS_PARTITION
|
||||
depends on SPL && PARTITIONS
|
||||
default y if DOS_PARTITION
|
||||
|
||||
config ISO_PARTITION
|
||||
bool "Enable ISO partition table"
|
||||
depends on PARTITIONS
|
||||
default y if DISTRO_DEFAULTS
|
||||
default y if SPARC || MIPS || TEGRA
|
||||
|
||||
config SPL_ISO_PARTITION
|
||||
bool "Enable ISO partition table for SPL"
|
||||
depends on SPL && PARTITIONS
|
||||
default y if ISO_PARTITION
|
||||
|
||||
endmenu
|
||||
|
||||
Reference in New Issue
Block a user