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