summaryrefslogtreecommitdiff
path: root/board/l+g/vinco/Kconfig
diff options
context:
space:
mode:
authorGregory CLEMENT <gregory.clement@free-electrons.com>2015-12-16 17:01:44 +0100
committerAndreas Bießmann <andreas.devel@googlemail.com>2016-02-19 15:12:13 +0100
commit522e4fbb7676de12767b61ce89cef6656476809e (patch)
treec2262b7d43f667e4ade9c614958516a9f85f59cc /board/l+g/vinco/Kconfig
parentf7cf291aa788eb5b64c0d16de529b1a378f509bb (diff)
ARM: Add Support for the VInCo platform
The Versatile Industrial Communication platform is a community oriented board from Landis + Gyr. It comes with: - an RS-485 port - 2 Ethernet ports - a wireless M-BUS - a 4G modem - a 4MB SPI flash - a 4GB eMMC Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> [rebase on current TOT] Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'board/l+g/vinco/Kconfig')
-rw-r--r--board/l+g/vinco/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/board/l+g/vinco/Kconfig b/board/l+g/vinco/Kconfig
new file mode 100644
index 0000000000..229b5ea129
--- /dev/null
+++ b/board/l+g/vinco/Kconfig
@@ -0,0 +1,12 @@
+if TARGET_VINCO
+
+config SYS_BOARD
+ default "vinco"
+
+config SYS_VENDOR
+ default "l+g"
+
+config SYS_CONFIG_NAME
+ default "vinco"
+
+endif