xref: /openbmc/u-boot/arch/arm/mach-tegra/tegra186/Kconfig (revision c7ba99c8c18a606b95a89366bc4fd94a8295772f)
1# Copyright (c) 2016, NVIDIA CORPORATION.
2#
3# SPDX-License-Identifier: GPL-2.0
4
5if TEGRA186
6
7choice
8	prompt "Tegra186 board select"
9
10endchoice
11
12config SYS_SOC
13	default "tegra186"
14
15endif
16