build: rp2040 added to the main Kconfig.

Signed-off-by: Alex Malishev <malishev@gmail.com>
This commit is contained in:
sh83 2022-10-21 23:19:32 +03:00 committed by Eric Callahan
parent 09140ead87
commit 05b05afd3f

View File

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