Skip to content

Commit da3402d

Browse files
nixwardcarlescufi
authored andcommitted
boards: nrf52_pca10040: When SPI is required enable SPI_2 by default
Required by Arduino Uno Rev3 shield connector Signed-off-by: Nick Ward <[email protected]>
1 parent 8ff183e commit da3402d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

boards/arm/nrf52_pca10040/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ if SPI
3535
config SPI_1
3636
default y
3737

38+
config SPI_2
39+
default y
40+
3841
endif # SPI
3942

4043
config BT_CTLR

0 commit comments

Comments
 (0)