1# SPDX-License-Identifier: Apache-2.0 2# 3# Copyright (c) 2020 Linumiz 4 5config ITDS 6 bool "WSEN-ITDS 3-axis accel sensor" 7 default y 8 depends on DT_HAS_WE_WSEN_ITDS_ENABLED 9 select I2C 10 help 11 Enable Wurth Elektronik WSEN-ITDS 3-axis acceleration sensor 12 provides acceleration and die temperature measurement. 13 14if ITDS 15 16config ITDS_TRIGGER 17 bool "Trigger mode" 18 help 19 Set to enable trigger mode using gpio interrupt, interrupts are 20 configured to line INT0. 21 22endif # ITDS 23