Commit ab843c79 authored by Valentin Yakovenkov's avatar Valentin Yakovenkov Committed by Mike Frysinger

Blackfin: add support for the Acvilon BF561 board

Signed-off-by: default avatarValentin Yakovenkov <yakovenkov@gmail.com>
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent b2e8dbd2
This diff is collapsed.
......@@ -19,4 +19,11 @@ config BFIN561_BLUETECHNIX_CM
help
CM-BF561 support for EVAL- and DEV-Board.
config BFIN561_ACVILON
bool "BF561-ACVILON"
help
BF561-ACVILON System On Module support (SO-DIMM 144).
For more information about Acvilon BF561 SoM
please go to http://www.niistt.ru/
endchoice
......@@ -2,6 +2,7 @@
# arch/blackfin/mach-bf561/boards/Makefile
#
obj-$(CONFIG_BFIN561_ACVILON) += acvilon.o
obj-$(CONFIG_BFIN561_BLUETECHNIX_CM) += cm_bf561.o
obj-$(CONFIG_BFIN561_EZKIT) += ezkit.o
obj-$(CONFIG_BFIN561_TEPLA) += tepla.o
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment