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 <raiden00@railab.me>
This commit is contained in:
raiden00pl 2025-03-23 09:02:55 +01:00 committed by Alan C. Assis
parent 6b3f7e0939
commit f3a4011a20
2 changed files with 0 additions and 16 deletions

View file

@ -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

View file

@ -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