1# Copyright (c) 2023 Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4config SENSING_SENSOR_HINGE_ANGLE
5	bool "Sensing hinge angle sensor"
6	default y
7	depends on DT_HAS_ZEPHYR_SENSING_HINGE_ANGLE_ENABLED
8	help
9	  Enable sensing hinge angle sensor.
10