blob: 84b51061ce0f4d603e0c167f0ac96b8fc5500785 [file] [log] [blame]
# Copyright (c) 2021, Thomas Stranger
# SPDX-License-Identifier: Apache-2.0
DT_COMPAT_VND_SERIAL := vnd,serial
# Hidden option to enable the vnd,serial dummy driver used in testing.
config SERIAL_TEST
def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_SERIAL))
select SERIAL_HAS_DRIVER
select SERIAL_SUPPORT_INTERRUPT
select SERIAL_SUPPORT_ASYNC