xref: /openbmc/u-boot/arch/arm/mach-tegra/tegra114/Kconfig (revision 83d290c56fab2d38cd1ab4c4cc7099559c1d5046)
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