diff options
author | Angelo Dureghello | 2016-10-06 20:41:35 +0200 |
---|---|---|
committer | Greg Ungerer | 2016-12-05 08:53:27 +1000 |
commit | a41cdd0117bfe86924b28e560153c85593e942d0 (patch) | |
tree | d8d5f5c9426814ed51b3ca2c63d9e0341a862288 /arch/m68k/Kconfig.machine | |
parent | 2d24b532f95b8b1b61bf670ef5bdee52bcf59640 (diff) |
m68k: add Sysam AMCORE open board support
Add support for Sysam AMCORE board, an open hardware embedded Linux
board, see http://sysam.it/openzone/projects/amcore/amcore.html for
any info.
Signed-off-by: Angelo Dureghello <angelo@sysam.it>
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
Diffstat (limited to 'arch/m68k/Kconfig.machine')
-rw-r--r-- | arch/m68k/Kconfig.machine | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/m68k/Kconfig.machine b/arch/m68k/Kconfig.machine index 2a5c7abb2896..9225b4ad9aeb 100644 --- a/arch/m68k/Kconfig.machine +++ b/arch/m68k/Kconfig.machine @@ -259,6 +259,12 @@ config M5407C3 help Support for the Motorola M5407C3 board. +config AMCORE + bool "Sysam AMCORE board support" + depends on M5307 + help + Support for the Sysam AMCORE open-hardware generic board. + config FIREBEE bool "FireBee board support" depends on M547x |