xref: /rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra114/Kconfig (revision 7f9b9f318ff152bd8d2e8b573708e2bdc088c1b1)
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