summaryrefslogtreecommitdiff
path: root/zephyr/test/i2c_dts/prj.conf
blob: 75a6e70ff71335f60f7d017d8aa3b15c00c937c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2022 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

CONFIG_ZTEST=y
CONFIG_ZTEST_NEW_API=y

CONFIG_EMUL=y
CONFIG_BMI160=y
CONFIG_EMUL_BMI160=y
CONFIG_SENSOR=y
CONFIG_BMI160_TRIGGER_NONE=y

# TODO(b/173711210) figure out why SPI is required here when we're not using it.
CONFIG_SPI=y
CONFIG_SPI_EMUL=y