board: arm: google_kukui: Add product names
These products have launched now so we can give them their marketing names. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
05f21619e3
commit
9484b9be95
|
@ -6,3 +6,9 @@
|
|||
config BOARD_GOOGLE_KUKUI
|
||||
bool "Google Kukui EC"
|
||||
depends on SOC_STM32F098XX
|
||||
help
|
||||
This is the EC (Embedded Controller) inside a Lenovo Chromebook
|
||||
Duet and 10e Chromebook Tablet. The EC handles battery charging,
|
||||
keyboard scanning, USB Power Delivery and sensors.
|
||||
|
||||
So far for Zephyr only a simple serial console is supported.
|
||||
|
|
|
@ -7,8 +7,10 @@ Overview
|
|||
********
|
||||
|
||||
Kukui is a reference board for Chromium OS-based devices Krane and
|
||||
Kodama. Zephyr has support for the STM32-based embedded controller
|
||||
(EC) on-board.
|
||||
Kodama. These are known as the Lenovo Chromebook Duet and 10e Chromebook
|
||||
Tablet, respectively.
|
||||
|
||||
Zephyr has support for the STM32-based embedded controller (EC) on-board.
|
||||
|
||||
Hardware
|
||||
********
|
||||
|
|
Loading…
Reference in a new issue