blob: 33a22da53512292955878c4298040055728f9eb8 [file] [log] [blame]
Masahiro Yamadaddd960e2014-08-31 07:10:56 +09001if 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
12 string
13 default "tegra114"
14
15source "board/nvidia/dalmore/Kconfig"
16
17endif