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:
parent
6b3f7e0939
commit
f3a4011a20
2 changed files with 0 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue