disk: convert CONFIG_AMIGA_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
1acc008787
commit
863c5b6cdd
12
disk/Kconfig
12
disk/Kconfig
@@ -56,4 +56,16 @@ config SPL_ISO_PARTITION
|
||||
depends on SPL && PARTITIONS
|
||||
default y if ISO_PARTITION
|
||||
|
||||
config AMIGA_PARTITION
|
||||
bool "Enable AMIGA partition table"
|
||||
depends on PARTITIONS
|
||||
help
|
||||
Say Y here if you would like to use device under U-Boot which
|
||||
were partitioned under AmigaOS.
|
||||
|
||||
config SPL_AMIGA_PARTITION
|
||||
bool "Enable AMIGA partition table for SPL"
|
||||
depends on SPL && PARTITIONS
|
||||
default y if AMIGA_PARTITION
|
||||
|
||||
endmenu
|
||||
|
||||
Reference in New Issue
Block a user