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>
10 lines
256 B
Plaintext
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.
|