]> git.sur5r.net Git - u-boot/blob - arch/arm/mach-tegra/tegra186/Kconfig
ARM: tegra: add core Tegra186 support
[u-boot] / arch / arm / mach-tegra / tegra186 / Kconfig
1 # Copyright (c) 2016, NVIDIA CORPORATION.
2 #
3 # SPDX-License-Identifier: GPL-2.0
4
5 if TEGRA186
6
7 choice
8         prompt "Tegra186 board select"
9
10 endchoice
11
12 config SYS_SOC
13         default "tegra186"
14
15 endif