gk7205v200-uboot/arch/arm/mach-tegra/tegra114/Kconfig

18 lines
227 B
Plaintext
Raw Permalink Normal View History

2025-08-07 17:13:54 +08:00
if TEGRA114
choice
prompt "Tegra114 board select"
optional
config TARGET_DALMORE
bool "NVIDIA Tegra114 Dalmore evaluation board"
endchoice
config SYS_SOC
default "tegra114"
source "board/nvidia/dalmore/Kconfig"
endif