blob: 479c0955eec6a873ba07ac11325785482c4f518f [file] [log] [blame]
Stephen Warren03667eb2016-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
Stephen Warren1ce3d542016-05-12 13:32:56 -060010config TARGET_P2771_0000
11 bool "NVIDIA Tegra186 P2771-0000 board"
Tom Rini22d567e2017-01-22 19:43:11 -050012 select BOARD_LATE_INIT
Stephen Warren1ce3d542016-05-12 13:32:56 -060013 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 Warren03667eb2016-05-12 13:32:55 -060019endchoice
20
21config SYS_SOC
22 default "tegra186"
23
Stephen Warrenf599a032017-12-19 18:30:37 -070024config SYS_INIT_SP_BSS_OFFSET
25 default 524288
26
Stephen Warren1ce3d542016-05-12 13:32:56 -060027source "board/nvidia/p2771-0000/Kconfig"
28
Stephen Warren03667eb2016-05-12 13:32:55 -060029endif