mirror of
https://github.com/andreili/katapult.git
synced 2025-08-23 19:34:06 +02:00
build: rp2040 added to the main Kconfig.
Signed-off-by: Alex Malishev <malishev@gmail.com>
This commit is contained in:
parent
09140ead87
commit
05b05afd3f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user