1# Copyright (c) 2024, TDK Invensense
2# SPDX-License-Identifier: Apache-2.0
3
4config LOG
5	default y
6
7config LOG_PRINTK
8	default y
9
10config SENSOR_LOG_LEVEL
11	default 4
12
13source "Kconfig.zephyr"
14