diff options
author | Angelo Dureghello <angelo@sysam.it> | 2017-10-13 00:42:51 +0200 |
---|---|---|
committer | Greg Ungerer <gerg@linux-m68k.org> | 2017-11-07 13:27:38 +1000 |
commit | c8b61d508986b7e77bab11f8252b67e6e2b9a7cc (patch) | |
tree | b7f289c6c2d05a37bee8779c381ff4bf6c69dc9f /arch/m68k/Kconfig.machine | |
parent | 08fe92e2052c79e79d0570902f64bf991d6dd563 (diff) | |
download | lwn-c8b61d508986b7e77bab11f8252b67e6e2b9a7cc.tar.gz lwn-c8b61d508986b7e77bab11f8252b67e6e2b9a7cc.zip |
m68k: add Sysam stmark2 open board support
Add support for Sysam stmark2 board, an open hardware embedded
Linux board, see http://sysam.it/cff_stmark2.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 5cd57b4d3615..64a641467736 100644 --- a/arch/m68k/Kconfig.machine +++ b/arch/m68k/Kconfig.machine @@ -266,6 +266,12 @@ config AMCORE help Support for the Sysam AMCORE open-hardware generic board. +config STMARK2 + bool "Sysam stmark2 board support" + depends on M5441x + help + Support for the Sysam stmark2 open-hardware generic board. + config FIREBEE bool "FireBee board support" depends on M547x |