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	help
7	  On boards that do not have a sensor, enabling this will build a fake
8	  sensor that can be interacted with via the sensor shell.
9
10source "Kconfig.zephyr"
11