aboutsummaryrefslogtreecommitdiffstats
path: root/test/configs
diff options
context:
space:
mode:
Diffstat (limited to 'test/configs')
-rw-r--r--test/configs/rp2040.config1
-rw-r--r--test/configs/rp2350.config3
2 files changed, 4 insertions, 0 deletions
diff --git a/test/configs/rp2040.config b/test/configs/rp2040.config
index ed594e04..da486ea3 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 00000000..f06f7753
--- /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