Skip to content

Commit

Permalink
fixup! fixup! drivers/periph_spi: Kconfig SPI_ON_QSPI model
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKevinWeiss committed Nov 25, 2021
1 parent a5a8d7a commit 9f352ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions drivers/periph_common/Kconfig.spi
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ config MODULE_PERIPH_SPI_ON_QSPI
bool "Run SPI mode over QSPI peripherial"
depends on HAS_PERIPH_SPI_ON_QSPI

config MODULE_PERIPH_INIT_SPI_ON_QSPI
bool "Auto initialize QSPI peripheral for SPI use"
default y if MODULE_PERIPH_INIT

config MODULE_PERIPH_SPI_GPIO_MODE
bool "Support initializing SPI pins with adapted GPIO modes"
depends on HAS_PERIPH_SPI_GPIO_MODE
Expand Down
3 changes: 2 additions & 1 deletion makefiles/features_modules.inc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ ifneq (,$(filter periph_init, $(USEMODULE)))
periph_rtc_rtt \
periph_clic \
periph_coretimer \
periph_plic
periph_plic \
periph_spi_on_qspi
#
PERIPH_MODULES := $(filter-out $(PERIPH_IGNORE_MODULES),\
$(filter periph_%,$(USEMODULE)))
Expand Down

0 comments on commit 9f352ef

Please sign in to comment.