|
@@ -32,6 +32,20 @@ config TARGET_CHROMEBOOK_LINK
|
|
|
and it provides a 2560x1700 high resolution touch-enabled LCD
|
|
|
display.
|
|
|
|
|
|
+config TARGET_CHROMEBOX_PANTHER
|
|
|
+ bool "Support Chromebox panther (not available)"
|
|
|
+ select n
|
|
|
+ help
|
|
|
+ Note: At present this must be used with Coreboot. See README.x86
|
|
|
+ for instructions.
|
|
|
+
|
|
|
+ This is the Asus Chromebox CN60 released in 2014. It uses an Intel
|
|
|
+ Haswell Celeron 2955U Dual Core CPU with 2GB of SDRAM. It has a
|
|
|
+ Lynx Point platform controller hub, PCIe WiFi and Bluetooth. It also
|
|
|
+ includes a USB SD reader, four USB3 ports, display port and HDMI
|
|
|
+ video output and a 16GB SATA solid state drive. There is no Chrome
|
|
|
+ OS EC on this model.
|
|
|
+
|
|
|
config TARGET_CROWNBAY
|
|
|
bool "Support Intel Crown Bay CRB"
|
|
|
help
|
|
@@ -432,6 +446,8 @@ source "board/coreboot/coreboot/Kconfig"
|
|
|
|
|
|
source "board/google/chromebook_link/Kconfig"
|
|
|
|
|
|
+source "board/google/chromebox_panther/Kconfig"
|
|
|
+
|
|
|
source "board/intel/crownbay/Kconfig"
|
|
|
|
|
|
source "board/intel/minnowmax/Kconfig"
|