xref: /openbmc/u-boot/board/zyxel/nsa310s/Kconfig (revision 6645fd2c)
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