DW3000 Wrong CONFIG?

#if CONFIG_SOC_NRF52833 || CONFIG_SOC_NRF52840
// JC #if CONFIG_SHIELD_QORVO_DWS3000
#if CONFIG_DW3000
	/* Due to the wiring of the Nordic Development Boards and the DWS3000
	 * Arduino shield it is not possible to use more than 16MHz */
	spi_cfgs[1].frequency = 16000000;
#else
	spi_cfgs[1].frequency = 32000000;
#endif

In dw_30000_spi.c is the wrong config value of CONFIG_SHIELD_QORVO_DWS3000 used ?

I’m trying to see a range using initiator and responder, but at the moment I get nothing.