# Google Kukui EC | |
# Copyright 2019 The Chromium OS Authors | |
# SPDX-License-Identifier: Apache-2.0 | |
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 and I2C are supported. |