File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ zephyr_library_sources_ifdef(CONFIG_NRFX_PWM ${SRC_DIR}/nrfx_pwm.c)
107107zephyr_library_sources_ifdef(CONFIG_NRFX_QDEC ${SRC_DIR} /nrfx_qdec.c)
108108zephyr_library_sources_ifdef(CONFIG_NRFX_QSPI ${SRC_DIR} /nrfx_qspi.c)
109109zephyr_library_sources_ifdef(CONFIG_NRFX_RNG ${SRC_DIR} /nrfx_rng.c)
110+ zephyr_library_sources_ifdef(CONFIG_NRFX_RRAMC ${SRC_DIR} /nrfx_rramc.c)
110111zephyr_library_sources_ifdef(CONFIG_NRFX_RTC ${SRC_DIR} /nrfx_rtc.c)
111112zephyr_library_sources_ifdef(CONFIG_NRFX_SAADC ${SRC_DIR} /nrfx_saadc.c)
112113zephyr_library_sources_ifdef(CONFIG_NRFX_SPI ${SRC_DIR} /nrfx_spi.c)
Original file line number Diff line number Diff line change @@ -265,6 +265,10 @@ config NRFX_RNG
265265 bool "RNG driver"
266266 depends on $(dt_has_compat,$(DT_COMPAT_NORDIC_NRF_RNG))
267267
268+ config NRFX_RRAMC
269+ bool "RRAMC driver"
270+ depends on $(dt_has_compat,$(DT_COMPAT_NORDIC_RRAM_CONTROLLER))
271+
268272config NRFX_RTC
269273 bool
270274
Original file line number Diff line number Diff line change 312312#define NRFX_RNG_CONFIG_LOG_ENABLED 1
313313#endif
314314
315+ #ifdef CONFIG_NRFX_RRAMC
316+ #define NRFX_RRAMC_ENABLED 1
317+ #endif
318+
315319#ifdef CONFIG_NRFX_RTC
316320#define NRFX_RTC_ENABLED 1
317321#endif
You can’t perform that action at this time.
0 commit comments