]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/armv7/tegra114/Kconfig
33a22da53512292955878c4298040055728f9eb8
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / tegra114 / Kconfig
1 if TEGRA114
2
3 choice
4         prompt "Tegra114 board select"
5
6 config TARGET_DALMORE
7         bool "NVIDIA Tegra114 Dalmore evaluation board"
8
9 endchoice
10
11 config SYS_SOC
12         string
13         default "tegra114"
14
15 source "board/nvidia/dalmore/Kconfig"
16
17 endif