Tom Rini b182816c1f turris_1x: Normalize Kconfig usage
We don't set many options in the board Kconfig entry file but instead
use defconfigs, select in some cases on the target itself, or update the
"default" options of the main entries when needed. In this case we can
remove most of the board Kconfig entries and just add them to the
defconfig like other platforms.

Signed-off-by: Tom Rini <trini@konsulko.com>
2024-07-13 10:42:15 -06:00

17 lines
294 B
Plaintext

# 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