1#
2# Copyright (c) 2025 Pierrick Curt
3#
4# SPDX-License-Identifier: Apache-2.0
5#
6
7mainmenu "Accelerometer trigger sample application"
8
9config SAMPLE_TAP_DETECTION
10 bool "Set tap detection as trigger in the sample"
11 default n
12
13source "Kconfig.zephyr"
14