Add support for the Laird Connectivity BT510 sensor Signed-off-by: Greg Leach <greg.leach@lairdconnect.com>
9 lines
225 B
Plaintext
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
|