Masahiro Yamada | ddd960e | 2014-08-31 07:10:56 +0900 | [diff] [blame] | 1 | if TEGRA124 |
| 2 | |
| 3 | choice |
| 4 | prompt "Tegra124 board select" |
Joe Hershberger | a26cd04 | 2015-05-12 14:46:23 -0500 | [diff] [blame] | 5 | optional |
Masahiro Yamada | ddd960e | 2014-08-31 07:10:56 +0900 | [diff] [blame] | 6 | |
| 7 | config TARGET_JETSON_TK1 |
| 8 | bool "NVIDIA Tegra124 Jetson TK1 board" |
Ian Campbell | 21f0fd2 | 2015-04-21 07:18:40 +0200 | [diff] [blame^] | 9 | select CPU_V7_HAS_NONSEC if !SPL_BUILD |
| 10 | select CPU_V7_HAS_VIRT if !SPL_BUILD |
Masahiro Yamada | ddd960e | 2014-08-31 07:10:56 +0900 | [diff] [blame] | 11 | |
Allen Martin | a6c7b46 | 2014-12-04 06:36:30 -0700 | [diff] [blame] | 12 | config TARGET_NYAN_BIG |
| 13 | bool "Google/NVIDIA Nyan-big Chrombook" |
| 14 | help |
| 15 | Nyan Big is a Tegra124 clamshell board that is very similar |
| 16 | to venice2, but it has a different panel, the sdcard CD and WP |
| 17 | sense are flipped, and it has a different revision of the AS3722 |
| 18 | PMIC. The retail name is the Acer Chromebook 13 CB5-311-T7NN |
| 19 | (13.3-inch HD, NVIDIA Tegra K1, 2GB). |
| 20 | |
Masahiro Yamada | ddd960e | 2014-08-31 07:10:56 +0900 | [diff] [blame] | 21 | config TARGET_VENICE2 |
| 22 | bool "NVIDIA Tegra124 Venice2" |
| 23 | |
| 24 | endchoice |
| 25 | |
| 26 | config SYS_SOC |
Masahiro Yamada | ddd960e | 2014-08-31 07:10:56 +0900 | [diff] [blame] | 27 | default "tegra124" |
| 28 | |
| 29 | source "board/nvidia/jetson-tk1/Kconfig" |
Allen Martin | a6c7b46 | 2014-12-04 06:36:30 -0700 | [diff] [blame] | 30 | source "board/nvidia/nyan-big/Kconfig" |
Masahiro Yamada | ddd960e | 2014-08-31 07:10:56 +0900 | [diff] [blame] | 31 | source "board/nvidia/venice2/Kconfig" |
| 32 | |
| 33 | endif |