# Sensor data simulator
#
# Copyright (c) 2022 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

DT_COMPAT_NORDIC_SENSOR_STUB := nordic,sensor-stub

config SENSOR_STUB
	bool "Simple sensor simulator"
	default y if $(dt_compat_enabled,$(DT_COMPAT_NORDIC_SENSOR_STUB))
	help
	  Enable the simple sensor simulator that just calls a callback to generate the value.
