The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_BOARD_GOOGLE_KUKUI

Google Kukui EC

Type: bool

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.

Direct dependencies

SOC_STM32F098XX && <choice: Board Selection>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At boards/arm/google_kukui/Kconfig.board:6

Included via Kconfig:8Kconfig.zephyr:37boards/Kconfig:29

Menu path: (Top) → Board Selection

config BOARD_GOOGLE_KUKUI
    bool "Google Kukui EC"
    depends on SOC_STM32F098XX && <choice>
    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.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)