diff options
author | angelo@sysam.it | 2015-02-12 01:39:40 +0100 |
---|---|---|
committer | Tom Rini | 2015-03-05 20:13:21 -0500 |
commit | 06fd66a4aa8f0bdb0e78072593728fa31be8dadf (patch) | |
tree | be219ed21931578e8ad556fa60158a9c0324e6b6 /arch | |
parent | a2bc4321e49fa90933029596dd5fa322aad99de4 (diff) |
m68k: add amcore board support
Add Sysam Amcore m68k-based board support.
Signed-off-by: Angelo Dureghello <angelo@sysam.it>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/m68k/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index 78c98ed2d0c..53c4aabe1e2 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 |