File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -197,6 +197,7 @@ endif()
197197zephyr_compile_definitions_ifdef(CONFIG_SOC_NRF54LX_SKIP_CLOCK_CONFIG NRF_SKIP_CLOCK_CONFIGURATION)
198198zephyr_compile_definitions_ifdef(CONFIG_SOC_NRF54LX_DISABLE_FICR_TRIMCNF NRF_DISABLE_FICR_TRIMCNF)
199199zephyr_compile_definitions_ifdef(CONFIG_SOC_NRF54LX_SKIP_GLITCHDETECTOR_DISABLE NRF_SKIP_GLITCHDETECTOR_DISABLE)
200+ zephyr_compile_definitions_ifndef(SOC_NRF54L_ERRATA_56_WORKAROUND NRF54L_CONFIGURATION_56_ENABLE=0)
200201
201202# Inject code to skip TAMPC setup for nRF54L20 and nRF54L09. It is not supported for now.
202203# It needs to be removed when support is provided.
Original file line number Diff line number Diff line change @@ -92,4 +92,10 @@ config SOC_NRF_FORCE_CONSTLAT
9292 of base resources on while in sleep. The advantage of having a constant
9393 and predictable latency will be at the cost of having increased power consumption.
9494
95+ config SOC_NRF54L_ERRATA_56_WORKAROUND
96+ bool "Apply workaround 56 for nRF54L SoCs"
97+ default y
98+ help
99+ This option enables configuration workaround 56 for nRF54L Series SoCs in the nRF 802.15.4 Radio Driver.
100+
95101endif # SOC_SERIES_NRF54LX
You can’t perform that action at this time.
0 commit comments