zephyr/subsys/sensing/sensor/hinge_angle/Kconfig
Zhang Lixu 18a257cbe4 sensing: add hinge angle sensor
Add hinge angle virtual sensor for sensing subsystem, hinge angle sensor
takes both base accel and lid accel as reporter.

Signed-off-by: Zhang Lixu <lixu.zhang@intel.com>
2024-01-24 10:32:10 +01:00

10 lines
256 B
Plaintext

# Copyright (c) 2023 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
config SENSING_SENSOR_HINGE_ANGLE
bool "Sensing hinge angle sensor"
default y
depends on DT_HAS_ZEPHYR_SENSING_HINGE_ANGLE_ENABLED
help
Enable sensing hinge angle sensor.