blob: 77e734d0e210d047bb317d44a6e3696168f22bcb [file] [log] [blame]
Gerald Kermaf1df81c2015-10-23 09:50:58 +02001#
2# Copyright (C) 2015
3# Gerald Kerma <dreagle@doukki.net>
4# Tony Dinh <mibodhi@gmail.com>
5#
6# SPDX-License-Identifier: GPL-2.0+
7#
8
9if TARGET_NSA310S
10
11config SYS_BOARD
12 default "nsa310s"
13
14config SYS_VENDOR
15 default "zyxel"
16
17config SYS_CONFIG_NAME
18 default "nsa310s"
19
20endif