1# This is needed for using SPIM2 and UARTE2 via nrfx drivers and for switching
2# between those peripherals, as they share the same ID and hence cannot be used
3# simultaneously.
4CONFIG_NRFX_SPIM2=y
5CONFIG_NRFX_UARTE2=y
6CONFIG_NRFX_PRS_BOX_2=y
7
8# This is needed for using another SPIM instance via the Zephyr SPI driver.
9CONFIG_SPI=y
10CONFIG_GPIO=y
11