#
# Copyright (c) 2021 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

menuconfig EXTERNAL_SENSORS
	bool "External sensors"

if EXTERNAL_SENSORS

config EXTERNAL_SENSORS_ACTIVITY_DETECTION_AUTO
	bool "Start activity detection automatically"
	help
	  Enable this option to start activity detection when the library is initialized.
	  If the option is disabled, the accelerometer trigger handler must manually be enabled to
	  detect activity.

module = EXTERNAL_SENSORS
module-str = External sensors
source "subsys/logging/Kconfig.template.log_config"

endif # EXTERNAL_SENSORS
