aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/board/zyxel/nsa310s/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/board/zyxel/nsa310s/Kconfig')
-rw-r--r--roms/u-boot/board/zyxel/nsa310s/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/roms/u-boot/board/zyxel/nsa310s/Kconfig b/roms/u-boot/board/zyxel/nsa310s/Kconfig
new file mode 100644
index 000000000..801d6966e
--- /dev/null
+++ b/roms/u-boot/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