15 lines
229 B
Plaintext
15 lines
229 B
Plaintext
|
# Copyright (c) 2023 Google LLC
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
CONFIG_ZTEST=y
|
||
|
|
||
|
# Set log levels
|
||
|
CONFIG_I2C_LOG_LEVEL_WRN=y
|
||
|
CONFIG_SENSOR_LOG_LEVEL_WRN=y
|
||
|
|
||
|
# Enable sensors
|
||
|
CONFIG_SENSOR=y
|
||
|
|
||
|
# Enable emulation
|
||
|
CONFIG_EMUL=y
|