Kconfig (b0cf733933c3bc1b4ab353e16affabc60f863db5) | Kconfig (1acc0087876229d7ade1b23aaecbccf63de8a615) |
---|---|
1 2menu "Partition Types" 3 4config PARTITIONS 5 bool "Enable Partition Labels (disklabels) support" 6 default y 7 help 8 Partition Labels (disklabels) Supported: --- 31 unchanged lines hidden (view full) --- 40 help 41 traditional on the Intel architecture, USB sticks, etc. 42 43config SPL_DOS_PARTITION 44 bool "Enable MS Dos partition table for SPL" 45 depends on SPL && PARTITIONS 46 default y if DOS_PARTITION 47 | 1 2menu "Partition Types" 3 4config PARTITIONS 5 bool "Enable Partition Labels (disklabels) support" 6 default y 7 help 8 Partition Labels (disklabels) Supported: --- 31 unchanged lines hidden (view full) --- 40 help 41 traditional on the Intel architecture, USB sticks, etc. 42 43config SPL_DOS_PARTITION 44 bool "Enable MS Dos partition table for SPL" 45 depends on SPL && PARTITIONS 46 default y if DOS_PARTITION 47 |
48config ISO_PARTITION 49 bool "Enable ISO partition table" 50 depends on PARTITIONS 51 default y if DISTRO_DEFAULTS 52 default y if SPARC || MIPS || TEGRA 53 54config SPL_ISO_PARTITION 55 bool "Enable ISO partition table for SPL" 56 depends on SPL && PARTITIONS 57 default y if ISO_PARTITION 58 |
|
48endmenu | 59endmenu |