diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2017-01-27 11:00:39 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-28 08:47:36 -0500 |
commit | 863c5b6cdd49f0f0ce5ca0ae3bd0ed09b766121b (patch) | |
tree | a690c629474d2abfc4e9b85b59a1d7f8c515893f /disk/Kconfig | |
parent | 1acc0087876229d7ade1b23aaecbccf63de8a615 (diff) | |
download | u-boot-863c5b6cdd49f0f0ce5ca0ae3bd0ed09b766121b.tar.gz u-boot-863c5b6cdd49f0f0ce5ca0ae3bd0ed09b766121b.tar.bz2 u-boot-863c5b6cdd49f0f0ce5ca0ae3bd0ed09b766121b.zip |
disk: convert CONFIG_AMIGA_PARTITION to Kconfig
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Signed-off-by: Patrick Delaunay <patrick.delaunay73@gmail.com>
Diffstat (limited to 'disk/Kconfig')
-rw-r--r-- | disk/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
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 |