Stephen Warren | c7ba99c | 2016-05-12 13:32:55 -0600 | [diff] [blame] | 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 | |
Stephen Warren | 10a0338 | 2016-05-12 13:32:56 -0600 | [diff] [blame] | 10 | config TARGET_P2771_0000 |
| 11 | bool "NVIDIA Tegra186 P2771-0000 board" |
Tom Rini | e5ec481 | 2017-01-22 19:43:11 -0500 | [diff] [blame^] | 12 | select BOARD_LATE_INIT |
Stephen Warren | 10a0338 | 2016-05-12 13:32:56 -0600 | [diff] [blame] | 13 | help |
| 14 | P2771-0000 is a P3310 CPU board married to a P2597 I/O board. The |
| 15 | combination contains SoC, DRAM, eMMC, SD card slot, HDMI, USB |
| 16 | micro-B port, Ethernet, USB3 host port, SATA, PCIe, and two GPIO |
| 17 | expansion headers. |
| 18 | |
Stephen Warren | c7ba99c | 2016-05-12 13:32:55 -0600 | [diff] [blame] | 19 | endchoice |
| 20 | |
| 21 | config SYS_SOC |
| 22 | default "tegra186" |
| 23 | |
Stephen Warren | 10a0338 | 2016-05-12 13:32:56 -0600 | [diff] [blame] | 24 | source "board/nvidia/p2771-0000/Kconfig" |
| 25 | |
Stephen Warren | c7ba99c | 2016-05-12 13:32:55 -0600 | [diff] [blame] | 26 | endif |