zephyr/tests/subsys/mgmt/ec_host_cmd/uart/Kconfig
Dawid Niedzwiecki 4ef47888ef ec_host_cmd: add UART backend
Add a new backend for Host Commands that uses UART. The backend bases
asynchronous UART API.

The UART backend is mainly used by FPMCU.

Signed-off-by: Dawid Niedzwiecki <dawidn@google.com>
2023-04-07 13:05:59 +02:00

11 lines
290 B
Plaintext

# Copyright (c) 2023 Google LLC
# SPDX-License-Identifier: Apache-2.0
# This config is used to select SERIAL_SUPPORT_ASYNC, to satisfy CONFIG_UART_ASYNC_API dependencies
config UART_ASYNC_MOCK
bool "Mock UART async driver"
default y
select SERIAL_SUPPORT_ASYNC
source "Kconfig.zephyr"