drivers: spi: nrfx: add dependency to PPI for PAN 58 on nRF52832

While enabling workaround for PAN 58 the PPI driver is used.
This requires the nrfx PPI driver to be enabled thus CONFIG_NRFX_PPI
Kconfig symbol needs to be set.

Jira: NRFX-1616

Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no>
This commit is contained in:
Marcin Szymczyk 2022-03-11 12:26:24 +01:00 committed by Carles Cufí
parent 0a1eff8d97
commit 2a38230a31

View file

@ -54,6 +54,7 @@ config SPI_NRFX_SPIS
config SOC_NRF52832_ALLOW_SPIM_DESPITE_PAN_58
depends on SOC_NRF52832
select NRFX_PPI
bool "Allow enabling the SPIM driver despite PAN 58"
help
Allow enabling the nRF SPI Master with EasyDMA, despite