blob: 124d8e5835926d01eaff8dd7b35fee3fdcad5e1b [file] [log] [blame]
Stephen Warrenc7ba99c2016-05-12 13:32:55 -06001# 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