From 863c5b6cdd49f0f0ce5ca0ae3bd0ed09b766121b Mon Sep 17 00:00:00 2001 From: Patrick Delaunay Date: Fri, 27 Jan 2017 11:00:39 +0100 Subject: disk: convert CONFIG_AMIGA_PARTITION to Kconfig Signed-off-by: Patrick Delaunay Signed-off-by: Patrick Delaunay --- disk/Kconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'disk/Kconfig') diff --git a/disk/Kconfig b/disk/Kconfig index 1400b26ae2..8adf59e821 100644 --- a/disk/Kconfig +++ b/disk/Kconfig @@ -56,4 +56,16 @@ config SPL_ISO_PARTITION depends on SPL && PARTITIONS default y if ISO_PARTITION +config AMIGA_PARTITION + bool "Enable AMIGA partition table" + depends on PARTITIONS + help + Say Y here if you would like to use device under U-Boot which + were partitioned under AmigaOS. + +config SPL_AMIGA_PARTITION + bool "Enable AMIGA partition table for SPL" + depends on SPL && PARTITIONS + default y if AMIGA_PARTITION + endmenu -- cgit v1.2.3