zephyr/subsys/sensing/sensor/phy_3d_sensor/Kconfig
Zhang Lixu 25ca09ea01 sensing: phy_3d_sensor: add phy_3d_sensor skeleton
Add the sensor phy_3d_sensor skeleton in Sensing Subsystem.

Signed-off-by: Zhang Lixu <lixu.zhang@intel.com>
2023-06-17 07:43:25 -04:00

10 lines
318 B
Plaintext

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