diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2017-01-27 11:00:38 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-28 08:47:35 -0500 |
commit | 1acc0087876229d7ade1b23aaecbccf63de8a615 (patch) | |
tree | 8a6687674cc69355383c5e6388ff60321f9ae46f /disk/Kconfig | |
parent | b0cf733933c3bc1b4ab353e16affabc60f863db5 (diff) | |
download | u-boot-imx-1acc0087876229d7ade1b23aaecbccf63de8a615.zip u-boot-imx-1acc0087876229d7ade1b23aaecbccf63de8a615.tar.gz u-boot-imx-1acc0087876229d7ade1b23aaecbccf63de8a615.tar.bz2 |
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>
Diffstat (limited to 'disk/Kconfig')
-rw-r--r-- | disk/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/disk/Kconfig b/disk/Kconfig index 1bb5d84..1400b26 100644 --- a/disk/Kconfig +++ b/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 |