disk: convert CONFIG_DOS_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
f18fa31cdc
commit
b0cf733933
13
disk/Kconfig
13
disk/Kconfig
@@ -32,4 +32,17 @@ config SPL_MAC_PARTITION
|
||||
depends on SPL && PARTITIONS
|
||||
default y if MAC_PARTITION
|
||||
|
||||
config DOS_PARTITION
|
||||
bool "Enable MS Dos partition table"
|
||||
depends on PARTITIONS
|
||||
default y if DISTRO_DEFAULTS
|
||||
default y if x86 || SPARC || CMD_FAT || USB_STORAGE
|
||||
help
|
||||
traditional on the Intel architecture, USB sticks, etc.
|
||||
|
||||
config SPL_DOS_PARTITION
|
||||
bool "Enable MS Dos partition table for SPL"
|
||||
depends on SPL && PARTITIONS
|
||||
default y if DOS_PARTITION
|
||||
|
||||
endmenu
|
||||
|
||||
Reference in New Issue
Block a user