You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ha...@apache.org on 2022/09/06 23:34:46 UTC

[incubator-nuttx] 01/02: update conditionals to select stm32h7 spi peripherals

This is an automated email from the ASF dual-hosted git repository.

hartmannathan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 3e16b6c9f168bb26d708dfaef420f61b246facf2
Author: Sebastien Lorquet <se...@lorquet.fr>
AuthorDate: Tue Sep 6 15:38:41 2022 +0200

    update conditionals to select stm32h7 spi peripherals
---
 arch/arm/src/stm32h7/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/src/stm32h7/Kconfig b/arch/arm/src/stm32h7/Kconfig
index 1e1aa4b98d..8854ab0cb8 100644
--- a/arch/arm/src/stm32h7/Kconfig
+++ b/arch/arm/src/stm32h7/Kconfig
@@ -694,12 +694,12 @@ config STM32H7_SPI6
 	select SPI
 	select STM32H7_SPI
 
+endmenu # STM32H7 SPI Selection
+
 config STM32H7_SYSCFG
 	bool "SYSCFG"
 	default y
 
-endmenu # STM32H7 SPI Selection
-
 menu "STM32H7 Timer Selection"
 
 config STM32H7_TIM1