arm: mvebu: ds414: Add a Kconfig defining some strings
authorPhil Sutter <phil@nwl.cc>
Wed, 3 Mar 2021 00:55:22 +0000 (01:55 +0100)
committerStefan Roese <sr@denx.de>
Thu, 8 Apr 2021 06:50:03 +0000 (08:50 +0200)
A rather cosmetic change to conform with other board definitions.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Reviewed-by: Stefan Roese <sr@denx.de>
board/Synology/ds414/Kconfig [new file with mode: 0644]

diff --git a/board/Synology/ds414/Kconfig b/board/Synology/ds414/Kconfig
new file mode 100644 (file)
index 0000000..4d30852
--- /dev/null
@@ -0,0 +1,12 @@
+if TARGET_DS414
+
+config SYS_BOARD
+       default "ds414"
+
+config SYS_VENDOR
+       default "Synology"
+
+config SYS_CONFIG_NAME
+       default "ds414"
+
+endif