1# I2C target tests common configuration options 2 3# Copyright (c) 2017 BayLibre, SAS 4# SPDX-License-Identifier: Apache-2.0 5 6config I2C_VIRTUAL 7 bool "Virtual I2C Driver for Target development" 8 depends on I2C 9 help 10 This driver exposes a virtual I2C driver used to debug virtual 11 I2C target drivers. 12 13config I2C_VIRTUAL_NAME 14 string "Virtual Port device name" 15 default "I2C_VIRTUAL" 16 depends on I2C_VIRTUAL 17 18config APP_DUAL_ROLE_I2C 19 bool "Test with combined controller/target behavior" 20