Tom Warren | f80dd82 | 2015-02-02 13:22:29 -0700 | [diff] [blame] | 1 | if TEGRA210 |
| 2 | |
| 3 | choice |
| 4 | prompt "Tegra210 board select" |
| 5 | |
Stephen Warren | 1b54a5e | 2015-08-05 11:52:07 -0600 | [diff] [blame] | 6 | config TARGET_E2220_1170 |
| 7 | bool "NVIDIA Tegra210 E2220-1170 board" |
| 8 | help |
| 9 | E2220-1170 is a Tegra210 bringup board with onboard SoC, DRAM, |
| 10 | eMMC, SD card slot, HDMI, USB micro-B port, and sockets for various |
| 11 | expansion modules. |
| 12 | |
Stephen Warren | 952a573 | 2015-08-05 11:52:08 -0600 | [diff] [blame] | 13 | config TARGET_P2371_0000 |
| 14 | bool "NVIDIA Tegra210 P2371-0000 board" |
| 15 | help |
| 16 | P2371-0000 is a P2581 or P2530 CPU board married to a P2595 I/O |
| 17 | board. The combination contains SoC, DRAM, eMMC, SD card slot, |
| 18 | HDMI, USB micro-B port, Ethernet via USB3, USB3 host port, SATA, |
| 19 | a GPIO expansion header, and an analog audio jack. |
| 20 | |
Stephen Warren | 8681561 | 2015-08-13 22:34:22 -0600 | [diff] [blame] | 21 | config TARGET_P2371_2180 |
Stephen Warren | 7f75d54 | 2015-11-12 08:58:22 -0700 | [diff] [blame] | 22 | bool "NVIDIA Tegra210 P2371-2180 (Jetson TX1) board" |
Stephen Warren | 8681561 | 2015-08-13 22:34:22 -0600 | [diff] [blame] | 23 | help |
Stephen Warren | 7f75d54 | 2015-11-12 08:58:22 -0700 | [diff] [blame] | 24 | P2371-2180 (Jetson TX1 developer kit) is a P2180 CPU board married |
| 25 | to a P2597 I/O board. The combination contains SoC, DRAM, eMMC, SD |
| 26 | card slot, HDMI, USB micro-B port, Ethernet via USB3, USB3 host |
| 27 | port, SATA, PCIe, and two GPIO expansion headers. |
Stephen Warren | 8681561 | 2015-08-13 22:34:22 -0600 | [diff] [blame] | 28 | |
Tom Warren | 22425c9 | 2015-02-12 15:01:49 -0700 | [diff] [blame] | 29 | config TARGET_P2571 |
| 30 | bool "NVIDIA Tegra210 P2571 base board" |
| 31 | help |
| 32 | P2571 is a P2530 married to a P1963 I/O board |
| 33 | |
Tom Warren | f80dd82 | 2015-02-02 13:22:29 -0700 | [diff] [blame] | 34 | endchoice |
| 35 | |
| 36 | config SYS_SOC |
| 37 | default "tegra210" |
| 38 | |
Stephen Warren | 1b54a5e | 2015-08-05 11:52:07 -0600 | [diff] [blame] | 39 | source "board/nvidia/e2220-1170/Kconfig" |
Stephen Warren | 952a573 | 2015-08-05 11:52:08 -0600 | [diff] [blame] | 40 | source "board/nvidia/p2371-0000/Kconfig" |
Stephen Warren | 8681561 | 2015-08-13 22:34:22 -0600 | [diff] [blame] | 41 | source "board/nvidia/p2371-2180/Kconfig" |
Tom Warren | 22425c9 | 2015-02-12 15:01:49 -0700 | [diff] [blame] | 42 | source "board/nvidia/p2571/Kconfig" |
| 43 | |
Tom Warren | f80dd82 | 2015-02-02 13:22:29 -0700 | [diff] [blame] | 44 | endif |