zephyr/tests/drivers/sensor/ina230/prj.conf
Anas Nashif 345735d0a8 tests: remove CONFIG_ZTEST_NEW_API in all tests
Remove all usage of CONFIG_ZTEST_NEW_API from tests and sample as this
is now enabled by default.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-10-20 15:04:29 +02:00

14 lines
222 B
Plaintext

# Copyright (c) 2023 North River Systems Ltd
# SPDX-License-Identifier: Apache-2.0
CONFIG_ZTEST=y
CONFIG_SENSOR=y
CONFIG_EMUL=y
CONFIG_I2C_EMUL=y
CONFIG_I2C_LOG_LEVEL_DBG=y
CONFIG_INA230=y
CONFIG_CBPRINTF_FP_SUPPORT=y