aboutsummaryrefslogtreecommitdiffstats
path: root/board/CZ.NIC/turris_1x/Kconfig
blob: d769c42c1a3bc9a6423da8cae7f6efe46956d037 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# SPDX-License-Identifier: GPL-2.0+
# (C) 2022 Pali Rohár <pali@kernel.org>

if TARGET_TURRIS_1X

# Board identification
config SYS_BOARD
	default "turris_1x"
config SYS_VENDOR
	default "CZ.NIC"
config SYS_CONFIG_NAME
	default "turris_1x"
config DEFAULT_DEVICE_TREE
	default "turris1x"

endif