From a68cfc0d57ac07052db86a5609816b456e018022 Mon Sep 17 00:00:00 2001 From: Dylan Laduranty Date: Tue, 25 Apr 2023 21:10:41 +0200 Subject: [PATCH] boards/rpi-pico: add ADC support in Kconfig Signed-off-by: Dylan Laduranty --- boards/rpi-pico/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/rpi-pico/Kconfig b/boards/rpi-pico/Kconfig index d1a6ca0479..dd6e0d4141 100644 --- a/boards/rpi-pico/Kconfig +++ b/boards/rpi-pico/Kconfig @@ -12,6 +12,7 @@ config BOARD_RPI_PICO bool default y select CPU_MODEL_RP2040 + select HAS_PERIPH_ADC select HAS_PERIPH_UART select HAVE_SAUL_GPIO