I'm using nRF52+SDK11.0.0+S132. It currently has SPI, SPIS, TWIM, RTC. I want to remove SPI and I'm getting: ..\components\drivers_nrf\spi_master\nrf_drv_spi.c(56): error: #35: #error directive: "Wrong configuration." when I modify nrf_drv_config.h (attached) to set SPI0_ENABLED = 0. Please advise.