This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new f3a4011a20 arch/{rp2040|rp23xx}: remove ADC option from Kconfig
f3a4011a20 is described below
commit f3a4011a203a26f07c1ce2e54054c3fd45219fb4
Author: raiden00pl <[email protected]>
AuthorDate: Sun Mar 23 09:02:55 2025 +0100
arch/{rp2040|rp23xx}: remove ADC option from Kconfig
Remove duplicated "config ADC" option which is already defined in
drivers/analog/Kconfig.
Signed-off-by: raiden00pl <[email protected]>
---
arch/arm/src/rp2040/Kconfig | 8 --------
arch/arm/src/rp23xx/Kconfig | 8 --------
2 files changed, 16 deletions(-)
diff --git a/arch/arm/src/rp2040/Kconfig b/arch/arm/src/rp2040/Kconfig
index 2d264846cb..0719d1fd60 100644
--- a/arch/arm/src/rp2040/Kconfig
+++ b/arch/arm/src/rp2040/Kconfig
@@ -617,14 +617,6 @@ config RP2040_ADC
if RP2040_ADC
-config ADC
- bool "Include ADC device driver"
- default n
- ---help---
- Additional ADC device drivers can be set under the
- "Analog-to-Digital Conversion" item in the
- "Device Driver/Analog Device Support" menu.
-
if ADC
config RPC2040_ADC_CHANNEL0
diff --git a/arch/arm/src/rp23xx/Kconfig b/arch/arm/src/rp23xx/Kconfig
index 8aa5bda4f4..f85a049744 100644
--- a/arch/arm/src/rp23xx/Kconfig
+++ b/arch/arm/src/rp23xx/Kconfig
@@ -741,14 +741,6 @@ config RP23XX_ADC
if RP23XX_ADC
-config ADC
- bool "Include ADC device driver"
- default n
- ---help---
- Additional ADC device drivers can be set under the
- "Analog-to-Digital Conversion" item in the
- "Device Driver/Analog Device Support" menu.
-
if ADC
config RP23XX_ADC_CHANNEL0