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