aboutsummaryrefslogtreecommitdiff
path: root/board/vocore/vocore2/Kconfig
diff options
context:
space:
mode:
authorMauro Condarelli2020-02-18 09:34:48 +0100
committerDaniel Schwierzeck2020-04-27 20:30:14 +0200
commit3fd023143237a5271a21ccec4b94440df257a5a7 (patch)
treeac9e2b46c165eea68da893c14f2236d66eca8604 /board/vocore/vocore2/Kconfig
parent04d21a93fa36e43f992ed224dc9615492c578ce2 (diff)
mips: Add support for SoM "VoCore2".
Small patch to add support for VoCore/VoCore2 board. VoCore is open hardware and runs OpenWrt/LEDE. It has WIFI, USB, UART, 20+ GPIOs but is only one inch square. It will help you to make a smart house, study embedded system or even make the tiniest router in the world. Details about this SoM can be found at "https://vocore.io/v2.html". Signed-off-by: Mauro Condarelli <mc5686@mclink.it> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/vocore/vocore2/Kconfig')
-rw-r--r--board/vocore/vocore2/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/board/vocore/vocore2/Kconfig b/board/vocore/vocore2/Kconfig
new file mode 100644
index 00000000000..baeff31b692
--- /dev/null
+++ b/board/vocore/vocore2/Kconfig
@@ -0,0 +1,12 @@
+if BOARD_VOCORE2
+
+config SYS_BOARD
+ default "vocore2"
+
+config SYS_VENDOR
+ default "vocore"
+
+config SYS_CONFIG_NAME
+ default "vocore2"
+
+endif