summaryrefslogtreecommitdiff
path: root/board/zyxel/nsa310s/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/zyxel/nsa310s/Kconfig')
-rw-r--r--board/zyxel/nsa310s/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/board/zyxel/nsa310s/Kconfig b/board/zyxel/nsa310s/Kconfig
new file mode 100644
index 0000000000..801d6966ea
--- /dev/null
+++ b/board/zyxel/nsa310s/Kconfig
@@ -0,0 +1,18 @@
+# SPDX-License-Identifier: GPL-2.0+
+#
+# Copyright (C) 2015
+# Gerald Kerma <dreagle@doukki.net>
+# Tony Dinh <mibodhi@gmail.com>
+
+if TARGET_NSA310S
+
+config SYS_BOARD
+ default "nsa310s"
+
+config SYS_VENDOR
+ default "zyxel"
+
+config SYS_CONFIG_NAME
+ default "nsa310s"
+
+endif