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

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

commit e39afbf277adcd975b663e9db31aa97a94ecdd59
Author: raiden00pl <[email protected]>
AuthorDate: Fri Jul 15 19:38:32 2022 +0200

    stm32/Kconfig: set default n for hidden options
---
 arch/arm/src/stm32/Kconfig | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/arm/src/stm32/Kconfig b/arch/arm/src/stm32/Kconfig
index 63ea0163e1..f6c22034ba 100644
--- a/arch/arm/src/stm32/Kconfig
+++ b/arch/arm/src/stm32/Kconfig
@@ -3380,21 +3380,27 @@ endmenu
 
 config STM32_ADC
        bool
+       default n
 
 config STM32_SDADC
        bool
+       default n
 
 config STM32_DAC
        bool
+       default n
 
 config STM32_DMA
        bool
+       default n
 
 config STM32_DMAMUX
        bool
+       default n
 
 config STM32_SPI
        bool
+       default n
 
 config STM32_SPI_DMA
        bool
@@ -3402,12 +3408,15 @@ config STM32_SPI_DMA
 
 config STM32_I2C
        bool
+       default n
 
 config STM32_CAN
        bool
+       default n
 
 config STM32_FDCAN
        bool
+       default n
 
 config STM32_TIM
        bool

Reply via email to