1# Copyright (c) 2023 Google LLC
2# SPDX-License-Identifier: Apache-2.0
3
4config SAMPLES_SENSOR_SHELL_FAKE_SENSOR
5	bool "Enable fake sensor"
6	default y
7	depends on DT_HAS_VND_FAKE_SENSOR_ENABLED
8	help
9	  On boards that do not have a sensor, enabling this will build a fake
10	  sensor that can be interacted with via the sensor shell.
11
12source "Kconfig.zephyr"
13