Skip to content

Commit e7ec1a5

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

boards/arm/nrf52840_pca10056/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ config SPI_1
3838
config SPI_2
3939
default y
4040

41+
config SPI_3
42+
default y
43+
4144
endif # SPI
4245

4346
if USB

0 commit comments

Comments
 (0)