zephyr/tests/kernel/threads/no-multithreading/boards/bt510.conf
Greg Leach e44f04d4f9 boards: Add BT510 support
Add support for the Laird Connectivity BT510 sensor

Signed-off-by: Greg Leach <greg.leach@lairdconnect.com>
2020-08-14 12:58:03 -05:00

9 lines
225 B
Plaintext

# SPDX-License-Identifier: Apache-2.0
# Enable I2C only with no drivers for single threaded operation
CONFIG_SENSOR=n
CONFIG_LIS2DH=n
CONFIG_LIS2DH_TRIGGER_GLOBAL_THREAD=n
CONFIG_LIS2DH_OPER_MODE_LOW_POWER=n
CONFIG_SI7055=n