xref: /rk3399_rockchip-uboot/board/zyxel/nsa310s/Kconfig (revision 5e023e7eb3c4dca6ddc2d7dbd862b5e781a6fbec)
1#
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
21