summaryrefslogtreecommitdiffstats
path: root/board/zyxel/nsa310s/Kconfig
diff options
context:
space:
mode:
authorGerald Kerma <dreagle@doukki.net>2015-10-23 09:50:58 +0200
committerLuka Perkov <luka.perkov@sartura.hr>2015-11-29 22:16:14 +0100
commitf1df81c4008c8e0edbc1a2738cf2490b2f7be661 (patch)
treeb6a5f1d3cbc0e2704e5038a54ff1831ab2693cde /board/zyxel/nsa310s/Kconfig
parent76b391cdee022b2fe2ad5627ec8ee7ebab046c1c (diff)
downloadtalos-obmc-uboot-f1df81c4008c8e0edbc1a2738cf2490b2f7be661.tar.gz
talos-obmc-uboot-f1df81c4008c8e0edbc1a2738cf2490b2f7be661.zip
arm: kirkwood: add ZyXEL NSA310S device
This patch add ZyXEL NSA310S 1-Bay Media Server The ZyXEL NSA310S device is a Kirkwood based NAS: - SoC: Marvell 88F6702 1000Mhz - SDRAM memory: 256MB DDR2 400Mhz - Gigabit ethernet: PHY Marvell 88E1318 - Flash memory: 128MB - 1 Power button - 1 Power LED (blue) - 4 Status LED (green) - 1 Copy/Sync button - 1 Reset button - 1 SATA II port - 2 USB 2.0 ports (front and back) - Smart fan Signed-off-by: Gerald Kerma <dreagle@doukki.net> Signed-off-by: Tony Dinh <mibodhi@gmail.com> Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
Diffstat (limited to 'board/zyxel/nsa310s/Kconfig')
-rw-r--r--board/zyxel/nsa310s/Kconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/board/zyxel/nsa310s/Kconfig b/board/zyxel/nsa310s/Kconfig
new file mode 100644
index 0000000000..77e734d0e2
--- /dev/null
+++ b/board/zyxel/nsa310s/Kconfig
@@ -0,0 +1,20 @@
+#
+# Copyright (C) 2015
+# Gerald Kerma <dreagle@doukki.net>
+# Tony Dinh <mibodhi@gmail.com>
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+if TARGET_NSA310S
+
+config SYS_BOARD
+ default "nsa310s"
+
+config SYS_VENDOR
+ default "zyxel"
+
+config SYS_CONFIG_NAME
+ default "nsa310s"
+
+endif
OpenPOWER on IntegriCloud