zephyr/boards/arm/google_kukui/Kconfig.board
Simon Glass 4d7ec57915 board: arm: google_kukui: Enable I2C
Kukui has two I2C ports with various peripherals including a battery
charger and a TCPCi-compatible port controller

Enable I2C so that these can be used. No drivers are provided so far.

Also update the GPIO documentation while we are here.

Signed-off-by: Simon Glass <sjg@chromium.org>
2020-05-01 09:25:19 -04:00

15 lines
446 B
Plaintext

# 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.