From f18fa31cdcfeecaf56e61224eb18d2f2b6d39d85 Mon Sep 17 00:00:00 2001 From: Patrick Delaunay Date: Fri, 27 Jan 2017 11:00:36 +0100 Subject: disk: convert CONFIG_MAC_PARTITION to Kconfig Signed-off-by: Patrick Delaunay Signed-off-by: Patrick Delaunay --- disk/Kconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'disk/Kconfig') diff --git a/disk/Kconfig b/disk/Kconfig index 966553c36b..bafd025004 100644 --- a/disk/Kconfig +++ b/disk/Kconfig @@ -19,4 +19,17 @@ config PARTITIONS you must configure support for at least one non-MTD partition type as well. +config MAC_PARTITION + bool "Enable Apple's MacOS partition table" + depends on PARTITIONS + default y if SPARC + help + Say Y here if you would like to use device under U-Boot which + were partitioned on a Macintosh. + +config SPL_MAC_PARTITION + bool "Enable Apple's MacOS partition table for SPL" + depends on SPL && PARTITIONS + default y if MAC_PARTITION + endmenu -- cgit