summaryrefslogtreecommitdiff
path: root/arch/m68k
diff options
context:
space:
mode:
authorangelo@sysam.it <angelo@sysam.it>2015-02-12 00:39:40 (GMT)
committerTom Rini <trini@konsulko.com>2015-03-06 01:13:21 (GMT)
commit06fd66a4aa8f0bdb0e78072593728fa31be8dadf (patch)
treebe219ed21931578e8ad556fa60158a9c0324e6b6 /arch/m68k
parenta2bc4321e49fa90933029596dd5fa322aad99de4 (diff)
downloadu-boot-06fd66a4aa8f0bdb0e78072593728fa31be8dadf.tar.xz
m68k: add amcore board support
Add Sysam Amcore m68k-based board support. Signed-off-by: Angelo Dureghello <angelo@sysam.it>
Diffstat (limited to 'arch/m68k')
-rw-r--r--arch/m68k/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig
index 78c98ed..53c4aab 100644
--- a/arch/m68k/Kconfig
+++ b/arch/m68k/Kconfig
@@ -67,6 +67,9 @@ config TARGET_M5475EVB
config TARGET_M5485EVB
bool "Support M5485EVB"
+config TARGET_AMCORE
+ bool "Support AMCORE"
+
endchoice
source "board/BuS/eb_cpu5282/Kconfig"
@@ -89,5 +92,6 @@ source "board/freescale/m54451evb/Kconfig"
source "board/freescale/m54455evb/Kconfig"
source "board/freescale/m547xevb/Kconfig"
source "board/freescale/m548xevb/Kconfig"
+source "board/sysam/amcore/Kconfig"
endmenu