xref: /rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra114/Kconfig (revision 2c79b7a3bbf9713046d98d7a6a0f2eb476c32a2b)
1if TEGRA114
2
3choice
4	prompt "Tegra114 board select"
5	optional
6
7config TARGET_DALMORE
8	bool "NVIDIA Tegra114 Dalmore evaluation board"
9
10endchoice
11
12config SYS_SOC
13	default "tegra114"
14
15source "board/nvidia/dalmore/Kconfig"
16
17endif
18