165c4ac0aSBin Meng# SPDX-License-Identifier: GPL-2.0+ 265c4ac0aSBin Meng# 3*83d290c5STom Rini# Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com> 465c4ac0aSBin Meng 565c4ac0aSBin Mengif VENDOR_GOOGLE 665c4ac0aSBin Meng 765c4ac0aSBin Mengchoice 865c4ac0aSBin Meng prompt "Mainboard model" 9a26cd049SJoe Hershberger optional 1065c4ac0aSBin Meng 1165c4ac0aSBin Mengconfig TARGET_CHROMEBOOK_LINK 1265c4ac0aSBin Meng bool "Chromebook link" 1365c4ac0aSBin Meng help 1465c4ac0aSBin Meng This is the Chromebook Pixel released in 2013. It uses an Intel 1565c4ac0aSBin Meng i5 Ivybridge which is a die-shrink of Sandybridge, with 4GB of 1665c4ac0aSBin Meng SDRAM. It has a Panther Point platform controller hub, PCIe 1765c4ac0aSBin Meng WiFi and Bluetooth. It also includes a 720p webcam, USB SD 1865c4ac0aSBin Meng reader, microphone and speakers, display port and 32GB SATA 1965c4ac0aSBin Meng solid state drive. There is a Chrome OS EC connected on LPC, 2065c4ac0aSBin Meng and it provides a 2560x1700 high resolution touch-enabled LCD 2165c4ac0aSBin Meng display. 2265c4ac0aSBin Meng 23fda4eb48SSimon Glassconfig TARGET_CHROMEBOOK_LINK64 24fda4eb48SSimon Glass bool "Chromebook link 64-bit" 25fda4eb48SSimon Glass help 26fda4eb48SSimon Glass This is the Chromebook Pixel released in 2013. With this config 27fda4eb48SSimon Glass U-Boot is built as a 64-bit binary. This allows testing while this 28fda4eb48SSimon Glass feature is being completed. 29fda4eb48SSimon Glass 3065c4ac0aSBin Mengconfig TARGET_CHROMEBOX_PANTHER 3165c4ac0aSBin Meng bool "Chromebox panther (not available)" 3265c4ac0aSBin Meng help 3365c4ac0aSBin Meng Note: At present this must be used with coreboot. See README.x86 3465c4ac0aSBin Meng for instructions. 3565c4ac0aSBin Meng 3665c4ac0aSBin Meng This is the Asus Chromebox CN60 released in 2014. It uses an Intel 3765c4ac0aSBin Meng Haswell Celeron 2955U Dual Core CPU with 2GB of SDRAM. It has a 3865c4ac0aSBin Meng Lynx Point platform controller hub, PCIe WiFi and Bluetooth. It also 3965c4ac0aSBin Meng includes a USB SD reader, four USB3 ports, display port and HDMI 4065c4ac0aSBin Meng video output and a 16GB SATA solid state drive. There is no Chrome 4165c4ac0aSBin Meng OS EC on this model. 4265c4ac0aSBin Meng 43374e78efSSimon Glassconfig TARGET_CHROMEBOOK_SAMUS 44374e78efSSimon Glass bool "Chromebook samus" 45374e78efSSimon Glass help 46374e78efSSimon Glass This is the Chromebook Pixel released in 2015. It uses an Intel 47374e78efSSimon Glass Broadwell U Core i5 or Core i7 CPU with either 8GB or 16GB of 48374e78efSSimon Glass LPDDR3 SDRAM. It has PCIe WiFi and Bluetooth. It also includes a 49374e78efSSimon Glass 720p webcam, USB SD reader, microphone and speakers, 2 USB 3 Type 50374e78efSSimon Glass C ports which can support charging and up to a 4K external display. 51374e78efSSimon Glass There is a solid state drive, either 32GB or 64GB. There is a 52374e78efSSimon Glass Chrome OS EC connected on LPC, and it provides a 2560x1700 high 53374e78efSSimon Glass resolution touch-enabled LCD display. 54374e78efSSimon Glass 5565c4ac0aSBin Mengendchoice 5665c4ac0aSBin Meng 5765c4ac0aSBin Mengsource "board/google/chromebook_link/Kconfig" 5865c4ac0aSBin Mengsource "board/google/chromebox_panther/Kconfig" 59374e78efSSimon Glasssource "board/google/chromebook_samus/Kconfig" 6065c4ac0aSBin Meng 6165c4ac0aSBin Mengendif 62