Kconfig (e274ef6b577deacd8bb3b38a52f0083a5f601ae8) Kconfig (f18fa31cdcfeecaf56e61224eb18d2f2b6d39d85)
1
2menu "Partition Types"
3
4config PARTITIONS
5 bool "Enable Partition Labels (disklabels) support"
6 default y
7 help
8 Partition Labels (disklabels) Supported:

--- 5 unchanged lines hidden (view full) ---

14 - CONFIG_EFI_PARTITION GPT partition table, common when EFI is the
15 bootloader. Note 2TB partition limit; see
16 disk/part_efi.c
17 - CONFIG_MTD_PARTITIONS Memory Technology Device partition table.
18 If IDE or SCSI support is enabled (CONFIG_CMD_IDE or CONFIG_SCSI)
19 you must configure support for at least one non-MTD partition type
20 as well.
21
1
2menu "Partition Types"
3
4config PARTITIONS
5 bool "Enable Partition Labels (disklabels) support"
6 default y
7 help
8 Partition Labels (disklabels) Supported:

--- 5 unchanged lines hidden (view full) ---

14 - CONFIG_EFI_PARTITION GPT partition table, common when EFI is the
15 bootloader. Note 2TB partition limit; see
16 disk/part_efi.c
17 - CONFIG_MTD_PARTITIONS Memory Technology Device partition table.
18 If IDE or SCSI support is enabled (CONFIG_CMD_IDE or CONFIG_SCSI)
19 you must configure support for at least one non-MTD partition type
20 as well.
21
22config MAC_PARTITION
23 bool "Enable Apple's MacOS partition table"
24 depends on PARTITIONS
25 default y if SPARC
26 help
27 Say Y here if you would like to use device under U-Boot which
28 were partitioned on a Macintosh.
29
30config SPL_MAC_PARTITION
31 bool "Enable Apple's MacOS partition table for SPL"
32 depends on SPL && PARTITIONS
33 default y if MAC_PARTITION
34
22endmenu
35endmenu