2019-11-01 20:45:29 +08:00
|
|
|
# I2C slave tests common configuration options
|
2017-11-30 23:37:33 +08:00
|
|
|
|
|
|
|
# Copyright (c) 2017 BayLibre, SAS
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config I2C_VIRTUAL
|
|
|
|
bool "Virtual I2C Driver for Slave development"
|
|
|
|
depends on I2C
|
|
|
|
help
|
|
|
|
This driver exposes a virtual I2C driver used to debug virtual
|
|
|
|
I2C slave drivers.
|
|
|
|
|
|
|
|
config I2C_VIRTUAL_NAME
|
|
|
|
string "Virtual Port device name"
|
|
|
|
default "I2C_VIRTUAL"
|
2018-08-01 23:19:57 +08:00
|
|
|
depends on I2C_VIRTUAL
|
2021-01-21 00:13:04 +08:00
|
|
|
|
|
|
|
config APP_DUAL_ROLE_I2C
|
2021-02-06 21:09:45 +08:00
|
|
|
bool "Enable test with combined master/slave behavior"
|