u-boot/board/nvidia/p2771-0000/Kconfig
Svyatoslav Ryhel 9ee12daa59 ARM: tegra: replace per-device config headers with generic Tegra
Most device headers contain SoC specific part and common Tegra post part.
Add a generic header which can be used by any Tegra device of one of the
supported SoC generations (T20, T30, T114, T124 or T210) without need in
device specific configuration.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
2025-04-12 11:11:05 +03:00

20 lines
317 B
Text

# Copyright (c) 2016, NVIDIA CORPORATION.
#
# SPDX-License-Identifier: GPL-2.0
if TARGET_P2771_0000
config SYS_BOARD
default "p2771-0000"
config SYS_VENDOR
default "nvidia"
config SYS_CONFIG_NAME
default "tegra"
config TEGRA_BOARD_STRING
string "Default Tegra board name"
default "NVIDIA P2771-0000"
endif