File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -201,12 +201,6 @@ zephyr_compile_definitions_ifdef(CONFIG_SOC_NRF54LX_DISABLE_FICR_TRIMCNF NRF_DIS
201
201
zephyr_compile_definitions_ifdef (CONFIG_SOC_NRF54LX_SKIP_GLITCHDETECTOR_DISABLE NRF_SKIP_GLITCHDETECTOR_DISABLE )
202
202
zephyr_compile_definitions_ifndef (CONFIG_SOC_NRF54L_ANOMALY_56_WORKAROUND NRF54L_CONFIGURATION_56_ENABLE=0 )
203
203
204
- # Inject code to skip TAMPC setup for nRF54LM20A and nRF54L09. It is not supported for now.
205
- # It needs to be removed when support is provided.
206
- if (CONFIG_SOC_NRF54LM20A_ENGA_CPUAPP OR CONFIG_SOC_NRF54L09_ENGA_CPUAPP )
207
- zephyr_compile_definitions (NRF_SKIP_TAMPC_SETUP )
208
- endif ()
209
-
210
204
if (CONFIG_SOC_COMPATIBLE_NRF54LX AND CONFIG_NRFX_GPPI )
211
205
zephyr_library_sources (${HELPERS_DIR} /nrfx_gppi_dppi_ppib_lumos.c )
212
206
zephyr_library_sources (${NRFX_DIR} /soc/interconnect/dppic_ppib/nrfx_interconnect_dppic_ppib.c )
You can’t perform that action at this time.
0 commit comments