Skip to content

Commit 1958bce

Browse files
committed
drivers: introduce support Peripheral Sensor Interface (PSI5_S) driver
This driver allows to communication (send, receive) with PSI5_S device Signed-off-by: Tu Nguyen Van <[email protected]>
1 parent dfebc33 commit 1958bce

File tree

4 files changed

+599
-0
lines changed

4 files changed

+599
-0
lines changed

drivers/psi5/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ zephyr_syscall_header(${ZEPHYR_BASE}/include/zephyr/drivers/psi5/psi5.h)
66
zephyr_library()
77

88
zephyr_library_sources_ifdef(CONFIG_PSI5_NXP_S32 psi5_nxp_s32.c)
9+
zephyr_library_sources_ifdef(CONFIG_PSI5_S_NXP_S32 psi5_s_nxp_s32.c)

drivers/psi5/Kconfig.nxp_s32

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,10 @@ config PSI5_NXP_S32
77
depends on DT_HAS_NXP_S32_PSI5_ENABLED
88
help
99
Enable support for NXP S32 PSI5 driver.
10+
11+
config PSI5_S_NXP_S32
12+
bool "NXP S32 PSI5_S driver"
13+
default y
14+
depends on DT_HAS_NXP_S32_PSI5_S_ENABLED
15+
help
16+
Enable support for NXP S32 PSI5_S driver.

0 commit comments

Comments
 (0)