zephyr/drivers/psi5/Kconfig
Cong Nguyen Huu c52ba71f94 drivers: introduce support Peripheral Sensor Interface (PSI5) driver
This driver allows to communication (send, receive) with PSI5 device

Signed-off-by: Cong Nguyen Huu <cong.nguyenhuu@nxp.com>
2025-07-01 10:53:59 -10:00

24 lines
465 B
Plaintext

# Copyright 2025 NXP
# SPDX-License-Identifier: Apache-2.0
menuconfig PSI5
bool "Peripheral Sensor Interface (PSI5) driver"
help
Enable PSI5 Driver Configuration
if PSI5
module = PSI5
module-str = psi5
source "subsys/logging/Kconfig.template.log_config"
config PSI5_INIT_PRIORITY
int "PSI5 driver init priority"
default KERNEL_INIT_PRIORITY_DEVICE
help
PSI5 driver device initialization priority.
source "drivers/psi5/Kconfig.nxp_s32"
endif # PSI5