diff --git a/test/configs/rp2040.config b/test/configs/rp2040.config index ed594e04d..da486ea34 100644 --- a/test/configs/rp2040.config +++ b/test/configs/rp2040.config @@ -1,2 +1,3 @@ # Base config file for rp2040 boards CONFIG_MACH_RPXXXX=y +CONFIG_MACH_RP2040=y diff --git a/test/configs/rp2350.config b/test/configs/rp2350.config new file mode 100644 index 000000000..f06f7753a --- /dev/null +++ b/test/configs/rp2350.config @@ -0,0 +1,3 @@ +# Base config file for rp2350 boards +CONFIG_MACH_RPXXXX=y +CONFIG_MACH_RP2350=y