summaryrefslogtreecommitdiff
path: root/zephyr/test/i2c/prj.conf
blob: 8023c0492bafbf40e6e65b85b63f0054fc9a1439 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2020 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

CONFIG_ZTEST=y
CONFIG_LOG=y

CONFIG_EMUL=y
CONFIG_I2C=y
CONFIG_I2C_EMUL=y
CONFIG_BMI160=y
CONFIG_EMUL_BMI160=y
CONFIG_SENSOR=y
CONFIG_BMI160_TRIGGER_NONE=y

CONFIG_PLATFORM_EC=y
CONFIG_PLATFORM_EC_I2C=y
CONFIG_CROS_EC=y

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