]> git.sur5r.net Git - u-boot/blob - arch/arm/mach-tegra/tegra186/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
[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 config TARGET_P2771_0000
11         bool "NVIDIA Tegra186 P2771-0000 board"
12         help
13           P2771-0000 is a P3310 CPU board married to a P2597 I/O board. The
14           combination contains SoC, DRAM, eMMC, SD card slot, HDMI, USB
15           micro-B port, Ethernet, USB3 host port, SATA, PCIe, and two GPIO
16           expansion headers.
17
18 endchoice
19
20 config SYS_SOC
21         default "tegra186"
22
23 source "board/nvidia/p2771-0000/Kconfig"
24
25 endif