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 <Zephyr Boards>/arm/google_kukui/Kconfig.board:6
Included via Kconfig:8
→ Kconfig.zephyr:37
→ <Zephyr Boards>/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.)