1# Copyright (c) 2021, Thomas Stranger
2# SPDX-License-Identifier: Apache-2.0
3
4DT_COMPAT_VND_SERIAL := vnd,serial
5
6# Hidden option to enable the vnd,serial dummy driver used in testing.
7config SERIAL_TEST
8 def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_SERIAL))
9