Now that we have a BMI160 driver and emulator pair that support both I2C and SPI, add a test that runs over both buses. Signed-off-by: Simon Glass <sjg@chromium.org>
13 lines
243 B
Plaintext
13 lines
243 B
Plaintext
# Copyright (c) 2020 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
CONFIG_EMUL=y
|
|
CONFIG_I2C=y
|
|
CONFIG_I2C_EMUL=y
|
|
CONFIG_SPI=y
|
|
CONFIG_SPI_EMUL=y
|
|
CONFIG_BMI160=y
|
|
CONFIG_EMUL_BMI160=y
|
|
CONFIG_SENSOR=y
|
|
CONFIG_BMI160_TRIGGER_NONE=y
|