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>
18 lines
302 B
Plaintext
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
|