You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
525 B
31 lines
525 B
# Copyright (c) 2024, TDK Invensense |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config LOG |
|
default y |
|
|
|
config LOG_PRINTK |
|
default y |
|
|
|
config SENSOR_LOG_LEVEL |
|
default 4 |
|
|
|
config PRESSURE_DRDY |
|
bool "Enable pressure data ready interrupt" |
|
default y |
|
|
|
config PRESSURE_THRESHOLD |
|
bool "Enable pressure threshold interrupt" |
|
default y |
|
|
|
config PRESSURE_DELTA |
|
bool "Enable pressure delta interrupt" |
|
default y |
|
|
|
choice ICP201XX_TRIGGER_MODE |
|
default ICP201XX_TRIGGER_GLOBAL_THREAD |
|
depends on ICP201XX |
|
|
|
endchoice |
|
|
|
source "Kconfig.zephyr"
|
|
|