From 05b05afd3fee14bccbbf2b7593e65166671af235 Mon Sep 17 00:00:00 2001 From: sh83 Date: Fri, 21 Oct 2022 23:19:32 +0300 Subject: [PATCH] build: rp2040 added to the main Kconfig. Signed-off-by: Alex Malishev --- src/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Kconfig b/src/Kconfig index 6478270..d7aa97b 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -14,10 +14,13 @@ choice bool "STMicroelectronics STM32" config MACH_LPC176X bool "LPC176x (Smoothieboard)" + config MACH_RP2040 + bool "Raspberry Pi RP2040" endchoice source "src/stm32/Kconfig" source "src/lpc176x/Kconfig" +source "src/rp2040/Kconfig" # Generic configuration options for serial ports config SERIAL