projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Revert "arm: Remove nsa310s board"
[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