zephyr/tests/drivers/sensor/adltc2990/prj.conf
Carles Cufi 03a7dfbaa8 tests: Remove stray uses of CONFIG_ZTEST_NEW_API
Commit 345735d0a8 removed all uses of the
now obsolete CONFIG_ZTEST_NEW_API Kconfig option. A couple of stray ones
are still remaining in the tree, remove them.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2023-10-26 10:55:38 +02:00

18 lines
302 B
Plaintext

# SPDX-FileCopyrightText: Copyright (c) 2023 Carl Zeiss Meditec AG
# 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
# Enable Floating Point
CONFIG_FPU=y