:orphan: .. title:: CONFIG_BOARD_GOOGLE_KUKUI .. kconfig:: CONFIG_BOARD_GOOGLE_KUKUI CONFIG_BOARD_GOOGLE_KUKUI ######################### *Google Kukui EC* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`SOC_STM32F098XX ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/arm/google_kukui/Kconfig.board:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:29`` Menu path: (Top) → Board Selection .. code-block:: kconfig 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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*