zephyr/drivers/sensor/wsen_itds/Kconfig
Saravanan Sekar 9ac3c9d42a drivers: sensors: itds: Add support for WSEN-ITDS 3-axis accel sensor
Add support for wsen-itds 3-axis accel sensor, provides acceleration,
temperature data reading and supports configuring of output data rate,
operating mode and scale.

Signed-off-by: Saravanan Sekar <saravanan@linumiz.com>
2020-07-20 12:45:56 +02:00

21 lines
430 B
Plaintext

# SPDX-License-Identifier: Apache-2.0
#
# Copyright (c) 2020 Linumiz
config ITDS
bool "WSEN-ITDS 3-axis accel sensor"
depends on I2C
help
Enable Wurth Elektronik WSEN-ITDS 3-axis acceleration sensor
provides acceleration and die temperature measurement.
if ITDS
config ITDS_TRIGGER
bool "Trigger mode"
help
Set to enable trigger mode using gpio interrupt, interrupts are
configured to line INT0.
endif # ITDS