You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/08/22 09:31:55 UTC

[incubator-nuttx] branch master updated: arch/arm/src/stm32f7/Kconfig: add STM32F7_SYSCFG

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8a8c268e6b arch/arm/src/stm32f7/Kconfig: add STM32F7_SYSCFG
8a8c268e6b is described below

commit 8a8c268e6bc8697e10e3efaec4e537aa117d8270
Author: yangxuan8282 <ya...@gmail.com>
AuthorDate: Mon Aug 22 14:36:15 2022 +0800

    arch/arm/src/stm32f7/Kconfig: add STM32F7_SYSCFG
---
 arch/arm/src/stm32f7/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/src/stm32f7/Kconfig b/arch/arm/src/stm32f7/Kconfig
index 38de77cdd9..b40df870e8 100644
--- a/arch/arm/src/stm32f7/Kconfig
+++ b/arch/arm/src/stm32f7/Kconfig
@@ -1592,6 +1592,10 @@ config STM32F7_SPI6
 	select SPI
 	select STM32F7_SPI
 
+config STM32F7_SYSCFG
+	bool "SYSCFG"
+	default y
+
 config STM32F7_TIM1
 	bool "TIM1"
 	default n