1if TEGRA114
2
3choice
4	prompt "Tegra114 board select"
5	optional
6
7config TARGET_DALMORE
8	bool "NVIDIA Tegra114 Dalmore evaluation board"
9	select BOARD_LATE_INIT
10
11endchoice
12
13config SYS_SOC
14	default "tegra114"
15
16source "board/nvidia/dalmore/Kconfig"
17
18endif
19