]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/mach-tegra/tegra186/Kconfig
Kconfig: Migrate BOARD_LATE_INIT to a select
[people/ms/u-boot.git] / arch / arm / mach-tegra / tegra186 / Kconfig
CommitLineData
c7ba99c8
SW
1# Copyright (c) 2016, NVIDIA CORPORATION.
2#
3# SPDX-License-Identifier: GPL-2.0
4
5if TEGRA186
6
7choice
8 prompt "Tegra186 board select"
9
10a03382
SW
10config TARGET_P2771_0000
11 bool "NVIDIA Tegra186 P2771-0000 board"
e5ec4815 12 select BOARD_LATE_INIT
10a03382
SW
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
c7ba99c8
SW
19endchoice
20
21config SYS_SOC
22 default "tegra186"
23
10a03382
SW
24source "board/nvidia/p2771-0000/Kconfig"
25
c7ba99c8 26endif