blob: bd73ff10642ff181363939b06b8fec27e55b2b4b [file] [log] [blame]
# Copyright (c) 2021, Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
DT_COMPAT_VND_I2C := vnd,i2c
# Hidden option for turning on the dummy driver for vnd,i2c devices
# used in testing.
config I2C_TEST
def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_I2C))