1# SPDX-License-Identifier: GPL-2.0+
2#
3# Copyright (C) 2015
4# Gerald Kerma <dreagle@doukki.net>
5# Tony Dinh <mibodhi@gmail.com>
6
7if TARGET_NSA310S
8
9config SYS_BOARD
10	default "nsa310s"
11
12config SYS_VENDOR
13	default "zyxel"
14
15config SYS_CONFIG_NAME
16	default "nsa310s"
17
18endif
19