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