mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-30 08:31:03 +00:00
16 lines
186 B
Text
16 lines
186 B
Text
|
# Copyright (c) 2016, NVIDIA CORPORATION.
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
|
||
|
if TEGRA186
|
||
|
|
||
|
choice
|
||
|
prompt "Tegra186 board select"
|
||
|
|
||
|
endchoice
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "tegra186"
|
||
|
|
||
|
endif
|