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