commit | 858007dc93c78e81af228323fb96618d7aac5cd1 | [log] [tgz] |
---|---|---|
author | Armando Visconti <armando.visconti@st.com> | Wed Dec 13 10:07:34 2023 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Dec 14 09:28:52 2023 +0100 |
tree | 1e9c43f22a7f2b22682e1ca0b7e5a94c97523a85 | |
parent | 3535732580561269a4151e68ef3ef60d88622248 [diff] |
drivers/sensor: add Kconfig.trigger_template Add Kconfig.trigger_template to allow an extensive re-use of trigger configuration inside all sensor drivers. This template must be included as in the following example: module = LSM6DSO thread_priority = 10 thread_stack_size = 1024 source "drivers/sensor/Kconfig.trigger_template" Signed-off-by: Armando Visconti <armando.visconti@st.com>