NRFX_SPIM_DT_HAS_RX_DELAY set to true for no reason.


I want NRFX_SPIM_EXTENDED_ENABLED to be 0. but for some reason it is set to 1.
from my current understanding I conclude that the if case here check weather each node with a compatible property of nordic_nrf, spim has rx_delay support enabled.
as you can see from my device tree: 

I don't have it enabled, so should it be set to false?

Related