Skip to content

Commit 3a8466b

Browse files
khoa-nguyen-18KhiemNguyenT
authored andcommitted
hal: renesas: ra: initial support for TRNG
Initial support r_sce on TRNG HWIP Signed-off-by: Khoa Nguyen <[email protected]>
1 parent 3c68562 commit 3a8466b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

drivers/ra/CMakeLists.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,14 @@ if(CONFIG_USE_RA_FSP_SCE)
100100
"fsp/src/r_sce/crypto_procedures/src/sce7/plainkey/primitive/*.c")
101101
zephyr_library_sources(${sce7_srcs})
102102
endif()
103+
104+
if (CONFIG_HAS_RENESAS_RA_TRNG)
105+
zephyr_include_directories(
106+
fsp/src/r_sce/trng)
107+
file(GLOB trng_srcs
108+
"fsp/src/r_sce/trng/*.c")
109+
zephyr_library_sources(${trng_srcs})
110+
endif()
103111

104112
endif()
105113

0 commit comments

Comments
 (0)