:orphan: .. title:: BOARD_GOOGLE_KUKUI .. option:: 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 =================== \ :option:`SOC_STM32F098XX ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``boards/arm/google_kukui/Kconfig.board:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``boards/Kconfig:22`` Menu path: (Top) → Board Selection .. parsed-literal:: config BOARD_GOOGLE_KUKUI bool "Google Kukui EC" depends on \ :option:`SOC_STM32F098XX ` && \ :ref:` ` 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.)*