]> git.karo-electronics.de Git - karo-tx-uboot.git/blob - arch/arm/mach-tegra/tegra114/Kconfig
ARM: tegra: collect SoC sources into mach-tegra
[karo-tx-uboot.git] / arch / arm / mach-tegra / 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         default "tegra114"
13
14 source "board/nvidia/dalmore/Kconfig"
15
16 endif