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 @@ -204,12 +204,6 @@ zephyr_compile_definitions_ifdef(CONFIG_SOC_NRF54LX_DISABLE_FICR_TRIMCNF NRF_DIS
204204zephyr_compile_definitions_ifdef(CONFIG_SOC_NRF54LX_SKIP_GLITCHDETECTOR_DISABLE NRF_SKIP_GLITCHDETECTOR_DISABLE)
205205zephyr_compile_definitions_ifndef(CONFIG_SOC_NRF54L_ANOMALY_56_WORKAROUND NRF54L_CONFIGURATION_56_ENABLE=0)
206206
207- # Inject code to skip TAMPC setup for nRF54LM20A and nRF54L09. It is not supported for now.
208- # It needs to be removed when support is provided.
209- if (CONFIG_SOC_NRF54LM20A_ENGA_CPUAPP OR CONFIG_SOC_NRF54L09_ENGA_CPUAPP)
210- zephyr_compile_definitions(NRF_SKIP_TAMPC_SETUP)
211- endif ()
212-
213207if (CONFIG_SOC_COMPATIBLE_NRF54LX AND CONFIG_NRFX_GPPI)
214208 zephyr_library_sources(${HELPERS_DIR} /nrfx_gppi_dppi_ppib_lumos.c)
215209 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