]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-tegra/tegra186/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-tegra
[u-boot] / arch / arm / mach-tegra / tegra186 / Kconfig
index 124d8e5835926d01eaff8dd7b35fee3fdcad5e1b..97cf23f31f80b6525e0c84f1272b72eaef00440c 100644 (file)
@@ -7,9 +7,19 @@ if TEGRA186
 choice
        prompt "Tegra186 board select"
 
+config TARGET_P2771_0000
+       bool "NVIDIA Tegra186 P2771-0000 board"
+       help
+         P2771-0000 is a P3310 CPU board married to a P2597 I/O board. The
+         combination contains SoC, DRAM, eMMC, SD card slot, HDMI, USB
+         micro-B port, Ethernet, USB3 host port, SATA, PCIe, and two GPIO
+         expansion headers.
+
 endchoice
 
 config SYS_SOC
        default "tegra186"
 
+source "board/nvidia/p2771-0000/Kconfig"
+
 endif