1# Copyright (c) 2023 Intel Corporation 2# SPDX-License-Identifier: Apache-2.0 3 4config SENSING_SENSOR_PHY_3D_SENSOR 5 bool "sensing subsystem physical 3d sensors(accel, gyro, mag)" 6 default y 7 depends on DT_HAS_ZEPHYR_SENSING_PHY_3D_SENSOR_ENABLED 8 help 9 Enable sensing subsystem physical 3d sensors(accel, gyro, mag). 10