1# Copyright (c) 2021, Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4DT_COMPAT_VND_I2C := vnd,i2c
5
6# Hidden option for turning on the dummy driver for vnd,i2c devices
7# used in testing.
8config I2C_TEST
9	def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_I2C))
10