Skip to content

Commit

Permalink
boards: arm: arty: add missing default for enabling SPI support
Browse files Browse the repository at this point in the history
Add missing default for enabling CONFIG_SPI if CONFIG_FLASH is
enabled. This is needed for CONFIG_SPI_NOR.

Signed-off-by: Henrik Brix Andersen <[email protected]>
  • Loading branch information
henrikbrixandersen authored and carlescufi committed Sep 4, 2020
1 parent 4c57f34 commit 3ffb779
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions boards/arm/arty/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ endif # SPI

if FLASH

config SPI
default y

config SPI_NOR
default y if SPI_XLNX_AXI_QUADSPI

Expand Down

0 comments on commit 3ffb779

Please sign in to comment.