diff mbox series

[1/5] ds414: Add a Kconfig defining some strings

Message ID 20210303005526.15056-2-phil@nwl.cc
State Accepted
Commit 08511d129ee7d3f40d1d06bec64c4805cc80733c
Delegated to: Stefan Roese
Headers show
Series Synology DS414 integration mini-review | expand

Commit Message

Phil Sutter March 3, 2021, 12:55 a.m. UTC
A rather cosmetic change to conform with other board definitions.

Signed-off-by: Phil Sutter <phil@nwl.cc>
---
 board/Synology/ds414/Kconfig | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 board/Synology/ds414/Kconfig

Comments

Stefan Roese March 4, 2021, 1 p.m. UTC | #1
On 03.03.21 01:55, Phil Sutter wrote:
> 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>

Thanks,
Stefan
diff mbox series

Patch

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