1# Copyright (c) 2021, Commonwealth Scientific and Industrial Research
2# Organisation (CSIRO) ABN 41 687 119 230.
3# Copyright (c) 2023 STMicroelectronics
4#
5# SPDX-License-Identifier: Apache-2.0
6
7# Hidden option for turning on the dummy driver for vnd,i3c devices
8# used in testing.
9config I3C_TEST
10	def_bool DT_HAS_VND_I3C_ENABLED
11	depends on DT_HAS_VND_I3C_ENABLED
12