77e734d0e210d047bb317d44a6e3696168f22bcb
[platform/kernel/u-boot.git] / board / zyxel / nsa310s / Kconfig
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
9 if TARGET_NSA310S
10
11 config SYS_BOARD
12         default "nsa310s"
13
14 config SYS_VENDOR
15         default "zyxel"
16
17 config SYS_CONFIG_NAME
18         default "nsa310s"
19
20 endif