blob: 7c6e28e1bad107afed889452df0e3b9534b456d6 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
#
# Copyright (c) 2020 Linumiz
config ITDS
bool "WSEN-ITDS 3-axis accel sensor"
default y
depends on DT_HAS_WE_WSEN_ITDS_ENABLED
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