|
# 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))
|