diff options
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 |