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/27 12:40:12 UTC

[incubator-nuttx] 01/04: stm32/Kconfig: remove the unnecessary option

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

commit 9a85a0959aeca4893b5667e27a0748e9593033a3
Author: raiden00pl <ra...@railab.me>
AuthorDate: Wed Aug 17 14:21:27 2022 +0200

    stm32/Kconfig: remove the unnecessary option
---
 arch/arm/src/stm32/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/src/stm32/Kconfig b/arch/arm/src/stm32/Kconfig
index 366bc2ab76..efaf943a55 100644
--- a/arch/arm/src/stm32/Kconfig
+++ b/arch/arm/src/stm32/Kconfig
@@ -12024,7 +12024,6 @@ menuconfig STM32_FOC
 	select STM32_ADC_LL_OPS
 	select STM32_ADC_CHANGE_SAMPLETIME
 	select STM32_ADC_NO_STARTUP_CONV
-	select STM32_ADC_FORCE_SCAN if STM32_HAVE_IP_ADC_V1
 
 if STM32_FOC