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