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 a8e7f7742c6827e11a5028569a37e63afe3d6d67
Author: raiden00pl <[email protected]>
AuthorDate: Fri Jul 15 19:41:23 2022 +0200

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

diff --git a/arch/arm/src/stm32f0l0g0/Kconfig b/arch/arm/src/stm32f0l0g0/Kconfig
index c4721953e9..7b3013d217 100644
--- a/arch/arm/src/stm32f0l0g0/Kconfig
+++ b/arch/arm/src/stm32f0l0g0/Kconfig
@@ -1407,15 +1407,19 @@ endmenu
 
 config STM32F0L0G0_COMP
        bool
+       default n
 
 config STM32F0L0G0_ADC
        bool
+       default n
 
 config STM32F0L0G0_DAC
        bool
+       default n
 
 config STM32F0L0G0_DMA
        bool
+       default n
 
 config STM32F0L0G0_SPI
        bool
@@ -1426,24 +1430,31 @@ config STM32F0L0G0_SPI_DMA
 
 config STM32F0L0G0_I2C
        bool
+       default n
 
 config STM32F0L0G0_CAN
        bool
+       default n
 
 config STM32F0L0G0_PWM
        bool
+       default n
 
 config STM32F0L0G0_USART
        bool
+       default n
 
 config STM32F0L0G0_TIM
        bool
+       default n
 
 config STM32F0L0G0_SERIALDRIVER
        bool
+       default n
 
 config STM32F0L0G0_1WIREDRIVER
        bool
+       default n
 
 menu "Timer Configuration"
 

Reply via email to