]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/mach-tegra/tegra114/Kconfig
ARM: tegra: collect SoC sources into mach-tegra
[people/ms/u-boot.git] / arch / arm / mach-tegra / tegra114 / Kconfig
CommitLineData
ddd960e6
MY
1if TEGRA114
2
3choice
4 prompt "Tegra114 board select"
5
6config TARGET_DALMORE
7 bool "NVIDIA Tegra114 Dalmore evaluation board"
8
9endchoice
10
11config SYS_SOC
ddd960e6
MY
12 default "tegra114"
13
14source "board/nvidia/dalmore/Kconfig"
15
16endif