1# Copyright (c) 2023 Google LLC
2# SPDX-License-Identifier: Apache-2.0
3
4# This config is used to select SERIAL_SUPPORT_ASYNC, to satisfy CONFIG_UART_ASYNC_API dependencies
5config UART_ASYNC_MOCK
6	bool "Mock UART async driver"
7	default y
8	select SERIAL_SUPPORT_ASYNC
9
10source "Kconfig.zephyr"
11